2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 06:32:27 +00:00
qpdf/qpdf/qtest/qpdf/bad-json-overlay-no-file.json
Jay Berkenbilt 12f7a4461b Handle pages/under/overlay JSON file in begin
...since they have to be handled before other options. It was working
because, in both cases, `file` was alphabetically before the other
keys, but this implementation gives a stronger guarantee.
2024-01-10 16:45:14 -05:00

6 lines
39 B
JSON

{
"overlay": {
"to": "1-z"
}
}