[cairo-bugs] [Bug 103249] pdftocairo PDF output breaks embedded fonts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 13 09:25:23 UTC 2017


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

Adrian Johnson <ajohnson at redneon.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|                            |cairo-bugs at cairographics.or
                   |                            |g
          Component|utils                       |pdf backend
           Assignee|poppler-bugs at lists.freedesk |ajohnson at redneon.com
                   |top.org                     |
             Status|NEW                         |RESOLVED
            Product|poppler                     |cairo
         Resolution|---                         |FIXED

--- Comment #2 from Adrian Johnson <ajohnson at redneon.com> ---
The font family name in the embedded font contained > 3000 chars of garbage. As
a result the font name was truncated and missing the closing delimiter.

Prevent long strings from being truncated in PDF file:

https://cgit.freedesktop.org/cairo/commit/?id=202a9ed64e3d164307defddb41a9f8cf9e9b751b

Sanity check the font name length and ignore it if too long:

https://cgit.freedesktop.org/cairo/commit/?id=bb10bd10138a262759b37281135b5199e334f392

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20171013/f6366c2d/attachment.html>


More information about the cairo-bugs mailing list