2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00
qpdf/qpdf/qtest/qpdf/job-json-add-attachments.json
Jay Berkenbilt ea96330bb6 QPDFJob json: flatten json structure
Flatten everything to make it easier to map command-line flags to
json. The old structure was an illusion anyway because there was no
mechanism to enforce that things were in the right place. This also
helps with future flexibility.
2022-01-31 18:16:09 -05:00

20 lines
418 B
JSON

{
"inputFile": "minimal.pdf",
"outputFile": "a.pdf",
"staticId": true,
"addAttachment": [
{
"file": "auto-txt",
"moddate": "D:20220131134246-05'00'",
"creationdate": "D:20220131134246-05'00'"
},
{
"file": "auto-txt",
"moddate": "D:20220131134246-05'00'",
"creationdate": "D:20220131134246-05'00'",
"filename": "auto2",
"key": "auto2-key"
}
]
}