|
|
|
|
|
by jchw
876 days ago
|
|
Yep:[1] > The byte offset in the decoded stream shall be a 10-digit number, padded with leading zeros if necessary, giving the number of bytes from the beginning of the file to the beginning of the object. It shall be separated from the generation number by a single SPACE. The generation number shall be a 5-digit number, also padded with leading zeros if necessary. Following the generation number shall be a single SPACE, the keyword n, and
a 2-character end-of-line sequence consisting of one of the following: SP CR, SP LF, or CR LF. Thus, the overall length of the entry shall always be exactly 20 bytes This is interesting. Never actually saw anything other than CRLF in practice, even inside of PDF files that otherwise were LF-only. [1]: https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandard... page 41 |
|