Bug 93344: pdftotext only outputs first page content with -bbox-layout option - Jonathan Marchand <jonathlela@gmail.com> - 12/11/2015 Back to Bug | Your Reviews | Help
Attachment 123792: Get rid of ActualText class, move its functionality to TextPage - Vladimir Ushakov <ushakov@gmail.com> - 5/16/2016 (View )

Show Quick Help

From: Vladimir Ushakov <ushakov@gmail.com>
Date: Mon, 16 May 2016 19:06:01 +0300
Subject: [PATCH] Get rid of ActualText class, move its functionality to
TextPage.
pdttotext -bbox-layout did not work after the first page because
TextOutputDev::takeText() did not know about ActualText keeping
an extra reference to the TextPage. The simplest fix would be not
to use broken takeText(), but on a second thought I decided that
the ActualText functionality is so tightly bound to the TextPage,
that it makes no sense keeping them apart.
<Overall Comment>
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.