aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-18 02:14:04 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-18 15:59:03 +0100
commitf21e4f264ab285817bfad1698dbb8b8b300c9ece (patch)
tree42d4c7e4bd7198535b1317cdc100f82dae0d3241 /manual/qpdf-manual.xml
parent8873466a5d86decc3600af2df45552f2ee26ec80 (diff)
downloadqpdf-f21e4f264ab285817bfad1698dbb8b8b300c9ece.tar.zst
Add file attachment example
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 144c4edf..4a294cb3 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5209,7 +5209,9 @@ print "\n";
<classname>QPDFEmbeddedFileDocumentHelper</classname>,
<classname>QPDFFileSpecObjectHelper</classname>, and
<classname>QPDFEFStreamObjectHelper</classname>. See their
- respective headers for details.
+ respective headers for details and
+ <filename>examples/pdf-attach-file.cc</filename> for an
+ example.
</para>
</listitem>
<listitem>
@@ -5231,6 +5233,8 @@ print "\n";
<function>QPDFObjectHandle::parse</function> that takes a
<classname>QPDF</classname> pointer as context so that it
can parse strings containing indirect object references.
+ This is illustrated in
+ <filename>examples/pdf-attach-file.cc</filename>.
</para>
</listitem>
<listitem>