aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-job.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/qpdf-job.rst
parentb7bbf12e85fa46e7971d84143d1597c992045af1 (diff)
downloadqpdf-0bd908b550603a6bcc399a825a170a1263378b22.tar.zst
Update documentation for qpdf JSON v2
Diffstat (limited to 'manual/qpdf-job.rst')
-rw-r--r--manual/qpdf-job.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/qpdf-job.rst b/manual/qpdf-job.rst
index 43dd7f0e..57bb9f09 100644
--- a/manual/qpdf-job.rst
+++ b/manual/qpdf-job.rst
@@ -27,6 +27,10 @@ executable is available from inside the C++ library using the
- Use from the C API with ``qpdfjob_run_from_json`` from :file:`qpdfjob-c.h`
+ - Note: this is unrelated to :qpdf:ref:`--json` but can be combined
+ with it. For more information on qpdf JSON (vs. QPDFJob JSON), see
+ :ref:`json`.
+
- The ``QPDFJob`` C++ API
If you can understand how to use the :command:`qpdf` CLI, you can