aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 66819d99..fda9c1fd 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4889,6 +4889,16 @@ print "\n";
<itemizedlist>
<listitem>
<para>
+ If a form XObject lacks a resources dictionary, consider any
+ names in that form XObject to be referenced from the
+ containing page. This is compliant with older PDF versions.
+ Also detect if any form XObjects have any unresolved names
+ and, if so, don't remove unreferenced resources from them or
+ from the page that contains them.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Properly handle strings if they appear in inline image
dictionaries while externalizing inline images.
</para>