summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-29 02:13:10 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-29 02:29:58 +0100
commit52f9d326a56e6409a1487c724241f91de33e3ba6 (patch)
treea45d1cc452d3d61a940b16cc6a6bb524b55f302b /manual
parent9e01c8bd996a15934f58979f447bea359e857875 (diff)
downloadqpdf-52f9d326a56e6409a1487c724241f91de33e3ba6.tar.zst
Resolve duplicated page objects (fixes #268)
When linearizing a file or getting the list of all pages in a file, detect if the pages tree contains a duplicated page object and, if so, shallow copy it. This makes it possible to have a one to one mapping of page positions to page objects.
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index b673be25..aaeaeb54 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4410,6 +4410,13 @@ print "\n";
suite and properly handled.
</para>
</listitem>
+ <listitem>
+ <para>
+ Linearization and page manipulation APIs now detect and
+ recover from files that have duplicate Page objects in the
+ pages tree.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>