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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 19 15:28:26 UTC 2016


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

--- Comment #6 from Jose Aliste <jose.aliste at gmail.com> ---
You can iterate them in the core "frontend". If you look into
poppler_document_find_dest you would get an idea of what to do. If you can
provide a patch for the glib frontend that would be great. Since the Dests can
be either stored in a Dict or a TreeName, maybe the best way to implement this
in glib would be with a a GHashTable. Then you can use g_hash_table_foreach to
iterate over all of them.

-- 
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/20160819/a2537433/attachment.html>


More information about the Poppler-bugs mailing list