<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - API to disable rendering of annotation thumbnails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90234#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - API to disable rendering of annotation thumbnails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90234">bug 90234</a>
              from <span class="vcard"><a class="email" href="mailto:jose.aliste@gmail.com" title="Jose Aliste <jose.aliste@gmail.com>"> <span class="fn">Jose Aliste</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>