PDF Document: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 21: | Line 21: | ||
// trailer (file footer) | // trailer (file footer) | ||
{ | { | ||
9 bytes (char) - trailer keyword // "trailer" | 9 bytes (char) - trailer keyword + "\n" // "trailer" | ||
x bytes - trailer dictionary // e.g. "<</Size 19/Root 1 0 R/ ... >>" | x bytes - trailer dictionary // e.g. "<</Size 19/Root 1 0 R/ ... >>" | ||
11 bytes (char) - startxref keyword // "startxref" | 11 bytes (char) - startxref keyword + "\n" // "startxref" | ||
7 bytes (char) - offset from the beginning of the file to the beginning of the xref keyword | 7 bytes (char) - offset from the beginning of the file to the beginning of the xref keyword | ||
4 bytes (char) - end of file marker // "%%EOF" | 4 bytes (char) - end of file marker // "%%EOF" | ||
Revision as of 20:56, 7 February 2022
Back to index | Edit this page
- Format Type : Document
- Endian Order : Little Endian
- Signature : %PDF-1.5
Format Specifications
//header
8 bytes (char) - signature // e.g. "%PDF-1.5"
x bytes - body
x bytes - cross-reference table
// trailer (file footer)
{
9 bytes (char) - trailer keyword + "\n" // "trailer"
x bytes - trailer dictionary // e.g. "<</Size 19/Root 1 0 R/ ... >>"
11 bytes (char) - startxref keyword + "\n" // "startxref"
7 bytes (char) - offset from the beginning of the file to the beginning of the xref keyword
4 bytes (char) - end of file marker // "%%EOF"
}
Notes and Comments
None.
Games
List of games using this file format:
- TODO
QuickBMS Script
Not written yet.
Compatible Programs
- Adobe Reader
- PDF-XChange Viewer
See Also