What is the EOF character for a PDF?
EOF character for a PDF
Collapse
X
-
I just googled and found out following:
Originally posted by Adobe PDF 101: Quick overview of PDF file formatThe general structure of a PDF file is composed
of the following code components: header, body,
cross-reference (xref) table, and trailer......
The header contains just one line that identifies
the version of PDF.
The trailer contains pointers to the xref table and
to key objects contained in the trailer dictionary.
It ends with %%EOF to identify end of file.
LINK
Check out link above for more details about PDF file format.
HOPE THIS HELPS........Comment
Comment