From c76536dd9a150adb71fdcda11ee1a93f25128cc7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 7 May 2022 13:33:45 -0400 Subject: Implement JSON v2 output --- job.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'job.yml') diff --git a/job.yml b/job.yml index c449520e..69d6370e 100644 --- a/job.yml +++ b/job.yml @@ -47,11 +47,16 @@ choices: - acroform - attachments - encrypt - - objectinfo - - objects + - objectinfo # only v1 + - objects # only v1 - outlines - pagelabels - pages + - qpdf # only v2 + json_stream_data: + - none + - inline + - file print128: - full - low @@ -156,6 +161,7 @@ options: rotate: "[+|-]angle" show-attachment: attachment show-object: trailer + json-stream-prefix: stream-file-prefix required_choices: compress-streams: yn decode-level: decode_level @@ -167,6 +173,7 @@ options: password-mode: password_mode remove-unreferenced-resources: remove_unref stream-data: stream_data + json-stream-data: json_stream_data optional_choices: json: json_version - table: pages @@ -348,6 +355,8 @@ json: - null json-object: - null + json-stream-data: + json-stream-prefix: # other options allow-weak-crypto: keep-files-open: -- cgit v1.2.3-54-g00ecf