[Poppler-bugs] [Bug 97262] Enumerate PDF named destinations

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 16 03:16:59 UTC 2016


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

Jason Crain <jason at aquaticape.us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #4 from Jason Crain <jason at aquaticape.us> ---
Correct, the poppler_index_iter functions are only for the document outline. 
If you wish to iterate all named dests, that would require a new API.

The usual way of accessing named dests is indirectly, through the outline via
poppler_index_iter functions, through links via poppler_page_get_link_mapping,
or by looking up dests by name via poppler_document_find_dest.  But the glib
frontend currently does not have a way to iterate named dests.

-- 
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/20160816/82a91cf2/attachment.html>


More information about the Poppler-bugs mailing list