[Poppler-bugs] [Bug 103944] New: FEature request: allow pdftocairo to embed fonts when performing PDF to PS conversion

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 27 22:21:58 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=103944

            Bug ID: 103944
           Summary: FEature request: allow pdftocairo to embed fonts when
                    performing PDF to PS conversion
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: cairo backend
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: korobkin+lpad at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171127/b401e150/attachment.html>


More information about the Poppler-bugs mailing list