<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - page.text() does not take page orientation into account"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94517#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - page.text() does not take page orientation into account"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94517">bug 94517</a>
              from <span class="vcard"><a class="email" href="mailto:jeroen.ooms@stat.ucla.edu" title="Jeroen Ooms <jeroen.ooms@stat.ucla.edu>"> <span class="fn">Jeroen Ooms</span></a>
</span></b>
        <pre>You can easily confirm this bug using the 'poppler-dump' utility included with
the cpp interface:

  curl -OL
<a href="https://github.com/ropensci/pdftools/files/161587/waurika_news_democrat.pdf">https://github.com/ropensci/pdftools/files/161587/waurika_news_democrat.pdf</a>
  ./cpp/tests/poppler-dump waurika_news_democrat.pdf --show-text physical

You can compare this to the output from the pdftext utility you find that the
cpp interface has dropped a few columns:

  ./utils/pdftotext waurika_news_democrat.pdf -layout /dev/stdout

It would be really great if they the cpp api would give the same text as the
pdftotext command line util.</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>