<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - poppler displays blank pages"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94756#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - poppler displays blank pages"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94756">bug 94756</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>The reason for blank pages is the solution for <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - PDF not displayed except 1st page"
   href="show_bug.cgi?id=92508">bug 92508</a>, Albert. Seems as if
You are using okular with an older poppler.
In the catalog dict of that PDF are some object referenced (JavaScript,
Outlines) which are not part of the PDF.
But because the xref reconstruction algorithm is not able to reconstruct any
xref, the xref table is destroyed and the xref structure is no more usable.

And the reconstruction algorithm doesn't work for that PDF because it doesn't
use blanks as delimiter but newlines, i.e. instead of

4 0 obj

there is

4
0
obj

Never saw something like this, but it seems to be legal. I will work on a
solution.</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>