Expand description
Cross-reference table parsing (traditional xref format).
Parses the standard PDF cross-reference table format with subsection headers
(e.g., xref\n0 6\n...). Each entry is exactly 20 bytes.
Structs§
- Xref
Entry - A single cross-reference entry.
- Xref
Section - A section of cross-reference entries from a single xref table or stream.
- Xref
Table - The complete cross-reference table, potentially spanning multiple sections.
Enums§
- Xref
Entry Type - The type of a cross-reference entry.
Functions§
- parse_
xref_ table - Parse a traditional cross-reference table starting at
offset. - rebuild_
xref - Rebuild a cross-reference table by scanning the file for
N G objmarkers.