<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cloos@jhcloos.com" title="James Cloos <cloos@jhcloos.com>"> <span class="fn">James Cloos</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adobe Distiller cannot process PostScript file generated by pdftocairo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84811">bug 84811</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>cloos@jhcloos.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adobe Distiller cannot process PostScript file generated by pdftocairo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84811#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adobe Distiller cannot process PostScript file generated by pdftocairo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84811">bug 84811</a>
              from <span class="vcard"><a class="email" href="mailto:cloos@jhcloos.com" title="James Cloos <cloos@jhcloos.com>"> <span class="fn">James Cloos</span></a>
</span></b>
        <pre>[Email replies are broken; re-submitting.]

<span class="quote">> %%[ Error: undefined; OffendingCommand: .& ]%%
> %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
> %%[ Warning: PostScript error. No PDF file produced. ] %%</span >

The only place .& occurs in that postscript is at the end of the image.

Which implies that the image data may be longer than required, or that
adobe's current software expects the /ASCII85Decode data to have no
extra whitespace (the file leads each line in the ascii85 data with a
space).

For a test, try running:

  :; perl -pe 's/^ //' <gezond.ps >gezond2.ps

and then sending gezond2.ps to distiller or a printer.

If that works, then the indent is the imcompatibility.

If it does not work, then perhaps the pdf has extraneous data in the
image, and cairo copies all of it, rather than limiting the data to
the minimum necessary?  (Just speculating.)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>