[Poppler-bugs] [Bug 90234] API to disable rendering of annotation thumbnails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 29 15:56:39 PDT 2015


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

--- Comment #1 from Jose Aliste <jose.aliste at gmail.com> ---
I add some hints to help you implementing this. Backend poppler renders using
Page->displaySlice. 

We call this from _page_poppler_render func in poppler-page.cc in poppler-glib
frontend. If you see this code, you will see that when printing, we disable the
rendering of the annotations. So you need to adapt this method to not set
printing, but to disable the printing of annotations. Hope it helps.

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


More information about the Poppler-bugs mailing list