GNOME Bugzilla – Bug 317293
Unimplemented action: POPPLER_ACTION_NAMED
Last modified: 2006-12-06 21:26:35 UTC
Testcase: http://acroeng.adobe.com/Test_Files/weblinks/Link_actions/execmenu.pdf ** (evince:6538): WARNING **: Unimplemented action: POPPLER_ACTION_NAMED, please post a bug report with a testcase.
(evince:24687): GLib-CRITICAL **: g_str_has_suffix: assertion `str != NULL' failed ** (evince:24687): WARNING **: Unimplemented action: POPPLER_ACTION_NAMED, please post a bug report with a testcase. Spidey! Marking this bug as NEW.
Created attachment 60696 [details] [review] Patch Here is a patch that adds support for action named links. It implements the most common named links like GotoNext, GotoPrev, etc. It depends on poppler bug #6152.
I forgot it, a test case can be found here: http://itextdocs.lowagie.com/tutorial/objects/anchors/NamedActions.pdf
Created attachment 60697 [details] [review] Updated patch I forgot to show the "Go" option in the context menu for the action named links. It's fixed in the updated patch.
This bug depends on http://bugs.freedesktop.org/attachment.cgi?id=4832
Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/evince/+bug/38611
Created attachment 64770 [details] [review] Another update Here is a new patch against current cvs head.
2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-link-action.[ch]: * pdf/ev-poppler.cc: (ev_link_from_action): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named): * shell/ev-window.c: (do_action_named), (view_external_link_cb): Add support for Named Action links
*** Bug 345662 has been marked as a duplicate of this bug. ***
*** Bug 383150 has been marked as a duplicate of this bug. ***