Re: [poppler] page.text() does not take page orientation into account?

2016-04-20 Thread Albert Astals Cid
El dimecres, 13 d’abril de 2016, a les 16:57:14 CEST, Jeroen Ooms va escriure: > On Tue, Mar 8, 2016 at 2:34 PM, Jeroen Ooms wrote: > > When extracting text from a landscape pdf file using the cpp > > interface, text at the far right of the page does not get extracted .I > > think the problem is

Re: [poppler] page.text() does not take page orientation into account?

2016-04-13 Thread Jeroen Ooms
On Tue, Mar 8, 2016 at 2:34 PM, Jeroen Ooms wrote: > When extracting text from a landscape pdf file using the cpp > interface, text at the far right of the page does not get extracted .I > think the problem is that page.text() always assumes portrait > orientation and hence underestimates the widt

Re: [poppler] page.text() does not take page orientation into account?

2016-03-09 Thread Jakub Kucharski
On Thu, 2016-03-10 at 00:35 +0100, Albert Astals Cid wrote: > Thanks you for your snarky remark, it really makes me want to work at > 1am on  > helping him now. I apologise. I didn't mean to be rude. It appears my language skills aren't as good as I thought. Jakub

Re: [poppler] page.text() does not take page orientation into account?

2016-03-09 Thread Albert Astals Cid
El Wednesday 09 March 2016, a les 09:16:54, Jakub Kucharski va escriure: > On Wed, 2016-03-09 at 00:49 +0100, Albert Astals Cid wrote: > > El Tuesday 08 March 2016, a les 23:34:28, Jeroen Ooms va escriure: > > > When extracting text from a landscape pdf file using the cpp > > > interface [...] > >

Re: [poppler] page.text() does not take page orientation into account?

2016-03-09 Thread Jakub Kucharski
On Wed, 2016-03-09 at 00:49 +0100, Albert Astals Cid wrote: > El Tuesday 08 March 2016, a les 23:34:28, Jeroen Ooms va escriure: > > When extracting text from a landscape pdf file using the cpp > > interface [...] > > [...] > > Which frontend are you using? He is using the cpp frontend, obviousl

Re: [poppler] page.text() does not take page orientation into account?

2016-03-08 Thread Albert Astals Cid
El Tuesday 08 March 2016, a les 23:34:28, Jeroen Ooms va escriure: > When extracting text from a landscape pdf file using the cpp > interface, text at the far right of the page does not get extracted .I > think the problem is that page.text() always assumes portrait > orientation and hence underest

[poppler] page.text() does not take page orientation into account?

2016-03-08 Thread Jeroen Ooms
When extracting text from a landscape pdf file using the cpp interface, text at the far right of the page does not get extracted .I think the problem is that page.text() always assumes portrait orientation and hence underestimates the width of the page: p->text() p->text(p->page_rect()) Is th