summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-07-24 22:54:48 +0200
committerJay Berkenbilt <ejb@ql.org>2022-07-31 16:32:55 +0200
commitbb96499b613265b3d9cf2146af09283a4b99ef13 (patch)
treeecf2ae2ac567a9df00729886bb8e3777348e8d5a /libqpdf/QPDFJob.cc
parent0e3d4cdc9753ae59d42ff8478b0769196899032b (diff)
downloadqpdf-bb96499b613265b3d9cf2146af09283a4b99ef13.tar.zst
Update docs and prepare QPDF::writeJSON for changes
Add additional parameters that will be needed to call QPDF::writeJSON in partial mode.
Diffstat (limited to 'libqpdf/QPDFJob.cc')
-rw-r--r--libqpdf/QPDFJob.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index 06e93704..ae717218 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -3381,6 +3381,8 @@ QPDFJob::writeJSON(QPDF& pdf)
pdf.writeJSON(
this->m->json_output,
fp.get(),
+ true,
+ true,
this->m->decode_level,
this->m->json_stream_data,
file_prefix,