summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-19 00:54:08 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-19 00:54:37 +0200
commitd9dd99eca32e44788165ce169f1e59498ad1c16e (patch)
tree9e222c7aa27c91c28e8d7f0c9657431bc3b3c546 /manual
parentc032f7c972706d5d90b018e9d0a96d56e0b25cc9 (diff)
downloadqpdf-d9dd99eca32e44788165ce169f1e59498ad1c16e.tar.zst
Attempt to repair /Type key in pages nodes (fixes #349)
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 e2544cb9..fdd34122 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4490,6 +4490,13 @@ print "\n";
</listitem>
<listitem>
<para>
+ When traversing the pages tree, if nodes are encountered
+ with invalid types, the types are fixed, and a warning is
+ issued.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
A new helper method
<function>QUtil::read_file_into_memory</function> was added.
</para>