2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-10 22:22:27 +00:00
qpdf/qpdf/qtest/qpdf/job-json-underlay-overlay.json
2024-01-11 06:13:57 -05:00

25 lines
363 B
JSON

{
"inputFile": "20-pages.pdf",
"password": "owner",
"outputFile": "a.pdf",
"staticId": "",
"decrypt": "",
"underlay": [
{
"file": "fxo-green.pdf"
},
{
"file": "minimal.pdf",
"repeat": "1",
"to": "5-7"
}
],
"overlay": [
{
"file": "fxo-red.pdf",
"from": "1,2",
"repeat": "3"
}
]
}