2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 01:40:51 +00:00
qpdf/qpdf/qtest/qpdf/job-json-choice-match.json
Jay Berkenbilt 21b9290785 QPDFJob json: make bare arguments expect the empty string
Changing from bool requiring true to string requiring the empty string
is more consistent with the CLI and makes it possible to add an
optional parameter or choices later without breaking compatibility.
2022-01-31 18:16:09 -05:00

7 lines
114 B
JSON

{
"inputFile": "minimal.pdf",
"outputFile": "a.pdf",
"deterministicId": "",
"objectStreams": "generate"
}