[Poppler-bugs] [Bug 103944] Feature request: allow pdftocairo to embed fonts when performing PDF to PS conversion
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 28 08:25:37 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103944
Adrian Johnson <ajohnson at redneon.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Adrian Johnson <ajohnson at redneon.com> ---
I'm not sure what problem you are seeing. Cairo always embeds fonts in PDF and
PS output. You should be able to see the embedded fonts with
grep ^%%BeginResource <ps-file>
The only way you would not get every font embedded is if the text has been
replaced with a fallbacl image. You can check for fallback images with:
grep '^% Fallback Image' <ps-file>
--
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/20171128/0f86d241/attachment.html>
More information about the Poppler-bugs
mailing list