Expand description
Work in progress.
§A PDF parser written in Rust using nom.
Using PDF Reference third edition as reference.
Structs§
- Cross
Reference - Represents a cross reference entry.
- Header
- The PDF header.
- Indirect
Reference - An indirect object reference. Represented in PDFs like “12 0 R”
- Name
Object - A name object.
- The parsed PDF file.
- SubSection
- A cross reference subsection
- Trailer
- The PDF trailer.
Enums§
Constants§
- WHITE_
SPACE_ CHARS - What PDF considers white space characters.
Functions§
Type Aliases§
- Dictionary
Object - A PDF dictionary object.
- HexString