[poppler] qt4/src qt5/src

2016-03-02 Thread Albert Astals Cid
qt4/src/poppler-link.cc | 32 +--- qt5/src/poppler-link.cc | 28 +++- 2 files changed, 32 insertions(+), 28 deletions(-) New commits: commit a80a036269eb18daf0ec69c23a8bc71fb4852acb Author: Albert Astals Cid Date: Thu Mar

[poppler] utils/pdfinfo.1

2016-03-02 Thread Albert Astals Cid
utils/pdfinfo.1 |9 + 1 file changed, 9 insertions(+) New commits: commit a3c7f6184d1be3f2737086cf650f4012075515f8 Author: Adrián Pérez de Castro Date: Wed Mar 2 11:58:24 2016 +0200 Tagged-PDF: Document new pdfinfo flags in its manual page

[poppler] poppler/SignatureHandler.cc poppler/SignatureHandler.h

2016-03-02 Thread Albert Astals Cid
poppler/SignatureHandler.cc |2 +- poppler/SignatureHandler.h | 22 +- 2 files changed, 10 insertions(+), 14 deletions(-) New commits: commit 7cf52e56677e11b15d610017bccd0cc3f74badaf Author: Emmanuele Bassi Date: Wed Mar 2 04:38:52 2016 +

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] poppler.pc missing Requires.private / Libs.private

2016-03-02 Thread Jeroen Ooms
The pkgconfig file for poppler does not contain the configured dependencies required for static linking: > pkg-config --libs --static poppler-cpp -L/usr/local/Cellar/poppler/0.41.0/lib -lpoppler-cpp -lpoppler This is certainly incomplete. Correct output (in my case) would be something

[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

Re: [poppler] utils/pdfinfo.cc

2016-03-02 Thread Adrián Pérez de Castro
Quoting Adrián Pérez de Castro (2016-03-01 22:53:08) > Quoting Albert Astals Cid (2016-03-01 20:29:55) > > This commit forgot to update the man page. > > Good point, I'll see to post a follow-up patch with the changes for the man > page tomorrow -- today is already a bit late for me, sorry.

[poppler] 2 commits - poppler/Gfx.cc poppler/GfxState.cc poppler/GfxState.h poppler/SplashOutputDev.cc poppler/SplashOutputDev.h

2016-03-02 Thread Albert Astals Cid
poppler/Gfx.cc | 33 -- poppler/GfxState.cc|7 ++- poppler/GfxState.h |7 +++ poppler/SplashOutputDev.cc | 80 - poppler/SplashOutputDev.h |3 + 5 files changed, 122 insertions(+), 8