<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftotext only outputs first page content with -bbox-layout option"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93344#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - pdftotext only outputs first page content with -bbox-layout option"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93344">bug 93344</a>
              from <span class="vcard"><a class="email" href="mailto:ushakov@gmail.com" title="Vladimir Ushakov <ushakov@gmail.com>"> <span class="fn">Vladimir Ushakov</span></a>
</span></b>
        <pre>The reason is the broken TextOutputDev::takeText(), it does not account for an
extra reference to the page kept by the ActualText class.

The easy fix would be not to use takeText(), the right one on my opinion is to
remove the ActualText class altogether, as its functionality is so tightly
connected with the TextPage, so it makes no sense keeping them apart.

The patch in the previous comment does this.</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>