aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 21:35:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 21:46:18 +0100
commitaccb891b4f785b94ad9d2a6d415d9987a13747c9 (patch)
tree055932cdab7c631112bc246a76c63ebcfb0c51f7 /manual
parent832d792e4e88b85f4926e1241870de4d6ec2d772 (diff)
downloadqpdf-accb891b4f785b94ad9d2a6d415d9987a13747c9.tar.zst
Add attachment information to the json output
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 5205028d..6885aff6 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5104,6 +5104,19 @@ print "\n";
than using <option>@file</option> for this purpose.
</para>
</listitem>
+ <listitem>
+ <para>
+ Add some information about attachments to the json output,
+ and added <literal>attachments</literal> as an additional
+ json key. The information included here is limited to the
+ preferred name and content stream and a reference to the
+ file spec object. This is enough detail for clients to avoid
+ the hassle of navigating a name tree and provides what is
+ needed for basic enumeration and extraction of attachments.
+ More detailed information can be obtained by following the
+ reference to the file spec object.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
<listitem>