2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 00:40:52 +00:00
qpdf/qpdf/qtest/qpdf/json-image-streams-specialized-file-v2.out
Jay Berkenbilt 6f43bf8de3 Major rework -- see long comments
* Replace --create-from-json=file with --json-input, which causes the
  regular input to be treated as json.
* Eliminate --to-json
* In --json=2, bring back "objects" and eliminate "objectinfo". Stream
  data is never present.
* In --json-output=2, write "qpdf-v2" with "objects" and include
  stream data.
2022-05-20 09:16:25 -04:00

42 lines
891 B
Plaintext

{
"qpdf-v2": {
"pdfversion": "1.3",
"maxobjectid": 30,
"objects": {
"obj:12 0 R": {
"stream": {
"datafile": "auto-12",
"dict": {}
}
},
"obj:16 0 R": {
"stream": {
"datafile": "auto-16",
"dict": {
"/BitsPerComponent": 8,
"/ColorSpace": "/DeviceCMYK",
"/Filter": "/DCTDecode",
"/Height": 48,
"/Subtype": "/Image",
"/Type": "/XObject",
"/Width": 40
}
}
},
"obj:18 0 R": {
"stream": {
"datafile": "auto-18",
"dict": {
"/BitsPerComponent": 8,
"/ColorSpace": "/DeviceCMYK",
"/Height": 48,
"/Subtype": "/Image",
"/Type": "/XObject",
"/Width": 40
}
}
}
}
}
}