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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 19 16:23:54 UTC 2016


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

--- Comment #7 from Masamichi Hosoda <trueroad at trueroad.jp> ---
Does the core "frontend" contain `poppler/Catalog.h`?

class `Catalog` has `destNameTree` and `getDestNameTree ()` but they are
"private" member.
So they can not be accessed from outside the class `Catalog`.

I've tried to access the private members by ugly tricky way.
https://github.com/trueroad/extractpdfmark

It could iterate all named dest.
But it uses ugly tricky way.

Is there another way?
Or, would you accept the patch which changes the private members to public?

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


More information about the Poppler-bugs mailing list