The PDFStreamType element captures details of PDF document stream objects, which represent arbitrary sequences of bytes.
Field Name | Type | Description |
---|---|---|
Raw_Stream0..1 | StringObjectPropertyType |
The Raw_Stream element captures the raw, undecoded stream (i.e., everything between the 'stream' and 'endstream' keywords), as a hex string. |
Raw_Stream_Hashes0..1 | HashListType |
The Raw_Stream_Hashes field captures any hashes of the raw, undecoded stream. |
Decoded_Stream0..1 | HexBinaryObjectPropertyType |
The Decoded_Stream field captures the decoded stream (i.e., after undoing the specified filters in the correct order) as a hex string. |
Decoded_Stream_Hashes0..1 | HashListType |
The Decoded_Stream_Hashes field captures any hashes of the decoded stream. |