From 11a86e444da4ffcb0d5aa5203fda2d0ebc001a7c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 29 Jan 2022 18:26:11 -0500 Subject: QPDFJob: autogenerate json init and declarations Now still have to go through and implement the handlers. --- job.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'job.yml') diff --git a/job.yml b/job.yml index 4709e9d0..3ad65a70 100644 --- a/job.yml +++ b/job.yml @@ -253,16 +253,13 @@ json: # a "schema" (as in JSON.hh) for the json input to QPDFJob. The # leading underscore is removed. _input: - # QXXXQ need to figure out how to specify input and output - _file: - _name: "input filename" - main.password: - password-file: - _empty: "qxxxq empty" + _fileName: "input filename" + main.password: + password-file: + empty: _output: - _file: - _name: "output filename" - _replace-input: "qxxxq replace input" + _fileName: "output filename" + _replace-input: "set to true to replace input" _options: qdf: preserve-unreferenced: -- cgit v1.2.3-54-g00ecf