aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-15 17:32:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-15 17:33:03 +0100
commita773f4c71d411754317c16140debec55fad88e16 (patch)
treede3641b4e5ef5738bbedc4e58d87d0f10cbe28f0 /manual
parent7eb903d9aa797a207f5b1b115dce2296d348000b (diff)
downloadqpdf-a773f4c71d411754317c16140debec55fad88e16.tar.zst
Add QPDFObjectHandle::parse for strings with context
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index ae085d6e..508e0ec9 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5196,6 +5196,14 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add a version of
+ <function>QPDFObjectHandle::parse</function> that takes a
+ <classname>QPDF</classname> pointer as context so that it
+ can parse strings containing indirect object references.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Re-implement <classname>QPDFNameTreeObjectHelper</classname>
and <classname>QPDFNumberTreeObjectHelper</classname> to be
more efficient, add an iterator-based API, give them the