From accb891b4f785b94ad9d2a6d415d9987a13747c9 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 10 Feb 2021 15:35:01 -0500 Subject: Add attachment information to the json output --- manual/qpdf-manual.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'manual/qpdf-manual.xml') 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 for this purpose. + + + Add some information about attachments to the json output, + and added attachments 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. + + -- cgit v1.2.3-54-g00ecf