<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdfseparate+pdftoppm renders different than original file"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87637#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdfseparate+pdftoppm renders different than original file"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87637">bug 87637</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=111850" name="attach_111850" title="use copy of xref in savePageAs so that it can be safely modified">attachment 111850</a> <a href="attachment.cgi?id=111850&action=edit" title="use copy of xref in savePageAs so that it can be safely modified">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=87637&attachment=111850'>[review]</a>
use copy of xref in savePageAs so that it can be safely modified

The problem was the removing of page annotations which were not referenced by
the separated page. This modified the xref of the document. So during the
separation of page 1 the page annotations of page 3 were removed and were
therefore no more available when page 3 was separated. You can see that when
You use i.e. pdfseparate -f 3 -l 3 with the said PDF. In this case the
separated PDF of page 3 is okay.

To solve this problem the xref of the document in this patch first will copied
and so now can be safely modified, and after the work is done the xref will be
restored.</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>