summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-08 23:27:54 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-08 23:27:54 +0200
commitd6bcad5145e3ac2840f4a1cb90fe3264e8008470 (patch)
tree9f3d11a4b6f236372b5d0326df99938e7ac868b2 /manual
parent1ff024fafce122b9c3fd50fb4d6dc151df601464 (diff)
downloadqpdf-d6bcad5145e3ac2840f4a1cb90fe3264e8008470.tar.zst
update release notes, TODO
git-svn-id: svn+q:///qpdf/trunk@1005 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'manual')
-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