<div dir="ltr"><div>I'm using pdftotext (version 0.55 on Windows).</div><div>pdftotext -bbox works fine and it gets me the dump of all words of all pages of the input pdf.</div><div><br></div><div>pdftotext -bbox-layout just gives me the dump of all words (plus blocks and lines) of just the first page of the pdf. The rest of the pages are empty. </div><div>Is this a bug?</div><div><br></div><div>Here's an example output of pdftotext -bbox-layout file.pdf:</div><div><br></div><div>

<span style="color:rgb(46,139,87);font-family:Monaco,"Andale Mono","Courier New",Courier,monospace;font-size:11.7px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><doc>
  <page width="612.000000" height="792.000000">
    <flow>
      <block xMin="114.260000" yMin="553.390000" xMax="497.054000" yMax="589.390000">
        <line xMin="114.260000" yMin="553.390000" xMax="497.054000" yMax="589.390000">
          <word xMin="114.260000" yMin="553.390000" xMax="184.748000" yMax="589.390000">foo</word>
          <word xMin="192.884000" yMin="553.390000" xMax="201.956000" yMax="589.390000">some</word>
          <word xMin="210.200000" yMin="553.390000" xMax="256.496000" yMax="589.390000">words</word>
          <word xMin="264.770000" yMin="553.390000" xMax="275.786000" yMax="589.390000">here</word>
          <word xMin="283.970000" yMin="553.390000" xMax="317.702000" yMax="589.390000">and</word>
          <word xMin="325.838000" yMin="553.390000" xMax="497.054000" yMax="589.390000">there</word>
        </line>
      </block>
      <block xMin="268.370000" yMin="622.810000" xMax="364.384640" yMax="650.770000">
        <line xMin="268.370000" yMin="622.810000" xMax="364.384640" yMax="650.770000">
          <word xMin="268.370000" yMin="622.810000" xMax="301.362800" yMax="650.770000">one</word>
          <word xMin="307.681760" yMin="622.810000" xMax="364.384640" yMax="650.770000">two</word>
        </line>
      </block>
    </flow>
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
  <page width="612.000000" height="792.000000">
  </page>
</doc></span>

<br></div></div>