[Poppler-bugs] [Bug 93344] pdftotext only outputs first page content with -bbox-layout option

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 16 16:37:52 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93344

--- Comment #3 from Vladimir Ushakov <ushakov at gmail.com> ---
The reason is the broken TextOutputDev::takeText(), it does not account for an
extra reference to the page kept by the ActualText class.

The easy fix would be not to use takeText(), the right one on my opinion is to
remove the ActualText class altogether, as its functionality is so tightly
connected with the TextPage, so it makes no sense keeping them apart.

The patch in the previous comment does this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160516/752a7e84/attachment.html>


More information about the Poppler-bugs mailing list