Hi everyone.

When I use the pdftotext utility, the text generated seems to preserve the 
multiple consecutive linefeeds in the document.

But when I use the following cpp API call:

ustring txt = page->text(poppler::rectf(), 
page::text_layout_enum::physical_layout);

The resulting txt drops multiple consecutive linefeeds and instead just has one 
line feed there.
Everything else seems to be the same if I use the API.

Anyone else seen this before?

Thanks

Reply via email to