Re: [poppler] Malformed/random output for raw_order_layout with c++ interface

2016-03-02 Thread Albert Astals Cid
El Wednesday 02 March 2016, a les 11:24:09, Jeroen Ooms va escriure: > I am trying to get the same (or similar) text output from the c++ interface > as when using the 'pdftotext' utility without the -layout option. > However raw_order_layout gives malformed output (no text at all for most >

[poppler] Malformed/random output for raw_order_layout with c++ interface

2016-03-02 Thread Jeroen Ooms
I am trying to get the same (or similar) text output from the c++ interface as when using the 'pdftotext' utility without the -layout option. However raw_order_layout gives malformed output (no text at all for most pages): ustring str = p->text(p->page_rect(), page::raw_order_layout); An