<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FEature request: allow pdftocairo to embed fonts when performing PDF to PS conversion"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103944">103944</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FEature request: allow pdftocairo to embed fonts when performing PDF to PS conversion
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cairo backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>korobkin+lpad@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I'm using wonderful pdftocairo on my printserver for PDF to PS level3
conversion, and from time to time I stumble upon PDFs that come with
non-embedded Type 1 fonts. 

$ pdffonts my.pdf
name                                 type              encoding         emb sub
uni object ID
------------------------------------ ----------------- ---------------- --- ---
--- ---------
Helvetica                            Type 1            WinAnsi          no  no 
no      17  0
Helvetica-Bold                       Type 1            WinAnsi          no  no 
no      18  0

pdftops embeds fonts on the fly, but has an option to pass font data as is.
pdftocairo doesn't embed fonts into PS, and doesn't have any relevant options.
I know can manually do something like 
pdftocairo -pdf my.pdf - | pdftocairo -ps -level3 - result.ps
and it will embed fonts, but that means custom filters for the CUPS server, and
double processing for the file. 

Could pdftocairo please have an option to embed fonts if asked to? It seems to
be capable of doing it, but doesn't have a way for PDF to PS conversion. 

Thanks!</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>