[Poppler-bugs] [Bug 87637] pdfseparate+pdftoppm renders different than original file

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 26 00:35:52 PST 2015


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

--- Comment #9 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
(In reply to Albert Astals Cid from comment #8)
> Created attachment 113803 [details]
> File that renders different separated than in original

Funny use of a /P entry in an annotation dictionary. The spec says:

(Optional except as noted below; PDF 1.3; not used in FDF files) An indirect
reference to the page object with which this annotation is associated.

But here the /P doesn't point to a page object (or at least not to a dictionary
of type page), it points to a dictionary without any type and just some
information which normally are use in a page dictionary.

I used the /P entry to decide if I can remove that annotation because it
references to a page which will not be separated. Seems as if I need to refine
that test a little bit :-)

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


More information about the Poppler-bugs mailing list