[Poppler-bugs] [Bug 102760] pdftops generates crumbled text

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 16 21:31:59 UTC 2017


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

--- Comment #4 from William Bader <williambader at hotmail.com> ---
I can look at it if someone can send me the PDF.
The basic idea of my change is the line
  } else if (maxGlyph > 0 && code > maxGlyph) {
Some fonts define only the non-empty glyphs but reference zero-size glyphs way
off the end of the list. Without the code > maxGlyph test, the generated
postscript will be invalid. Without seeing the PDF, I suppose that somehow
maxGlyph isn't correct.
William

-- 
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/20170916/7d6ef5cf/attachment.html>


More information about the Poppler-bugs mailing list