aboutsummaryrefslogtreecommitdiffstats
path: root/manual/library.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-30 22:38:17 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-31 02:03:08 +0200
commit0bd908b550603a6bcc399a825a170a1263378b22 (patch)
treed4cf0cdeafa09fb914e744b5708b5bc6e49b16f2 /manual/library.rst
parentb7bbf12e85fa46e7971d84143d1597c992045af1 (diff)
downloadqpdf-0bd908b550603a6bcc399a825a170a1263378b22.tar.zst
Update documentation for qpdf JSON v2
Diffstat (limited to 'manual/library.rst')
-rw-r--r--manual/library.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/manual/library.rst b/manual/library.rst
index 2ff7d59a..72ed1a39 100644
--- a/manual/library.rst
+++ b/manual/library.rst
@@ -70,12 +70,14 @@ Python
qpdf's capabilities with other functionality provided by Python's
rich standard library and available modules.
-Other Languages
- Starting with version 8.3.0, the :command:`qpdf`
- command-line tool can produce a JSON representation of the PDF file's
- non-content data. This can facilitate interacting programmatically
- with PDF files through qpdf's command line interface. For more
- information, please see :ref:`json`.
+Other Languages Starting with version 11.0.0, the :command:`qpdf`
+ command-line tool can produce an unambiguous JSON representation of
+ a PDF file and can also create or update PDF files using this JSON
+ representation. qpdf versions from 8.3.0 through 10.6.3 had a more
+ limited JSON output format. The qpdf JSON format makes it possible
+ to inspect and modify the structure of a PDF file down to the
+ object level from the command-line or from any language that can
+ handle JSON data. Please see :ref:`json` for details.
Wrappers
The `qpdf Wiki <https://github.com/qpdf/qpdf/wiki>`__ contains a