From 4fe2e06b4787ffb639f965ac840b51018308ec07 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 8 May 2022 13:42:16 -0400 Subject: Add --create-from-json and --update-from-json arguments Also add stubs for top-level QPDF methods (createFromJSON, updateFromJSON) --- job.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'job.yml') diff --git a/job.yml b/job.yml index c76244cf..b4fb7370 100644 --- a/job.yml +++ b/job.yml @@ -86,6 +86,7 @@ options: - underlay - empty - replace-input + - create-from-json positional: true bare: - add-attachment @@ -163,6 +164,8 @@ options: show-attachment: attachment show-object: trailer json-stream-prefix: stream-file-prefix + create-from-json: qpdf-json file + update-from-json: qpdf-json file required_choices: compress-streams: yn decode-level: decode_level @@ -278,6 +281,7 @@ json: main.password: password-file: empty: + create-from-json: # output _outputFile: "output filename" replace-input: @@ -360,6 +364,7 @@ json: json-stream-prefix: to-json: # other options + update-from-json: allow-weak-crypto: keep-files-open: keep-files-open-threshold: -- cgit v1.2.3-54-g00ecf