aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-26 20:38:56 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-26 20:44:03 +0100
commit12777a04ca85e69a26732bfa8604af8d23f8bfe1 (patch)
treeac74b11047069166807a2c5c1a890daf8e184e68 /manual
parent656d7bc006c9230beceef4940ed0922ab4cd88f7 (diff)
downloadqpdf-12777a04ca85e69a26732bfa8604af8d23f8bfe1.tar.zst
Add encrypt key to json
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 3f455d83..343dbf63 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4725,6 +4725,18 @@ print "\n";
</para>
</listitem>
</itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Added <literal>encrypt</literal> key to JSON options. With
+ the exception of the reconstructed user password for older
+ encryption formats, this provides the same information as
+ <option>--show-encryption</option> but in a consistent,
+ parseable format. See output of <command>qpdf
+ --json-help</command> for details.
+ </para>
+ </listitem>
+ </itemizedlist>
</listitem>
</itemizedlist>
</listitem>