summaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 3dc6aa1a..1b854902 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2098,6 +2098,15 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add new method in <classname>QPDFObjectHandle</classname>:
+ <function>replaceOrRemoveKey</function>, which replaces a
+ dictionary key
+ with a given value unless the value is null, in which case it
+ removes the key instead.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Provide two new examples:
<command>pdf-double-page-size</command> and
<command>pdf-invert-images</command> that illustrate the newly