Crate pdf [] [src]

Modules

doc

Abstraction over the file module. Stores objects in high-level representation. Introduces wrappers for all kinds of PDF Objects (file::Object), for easy PDF reference following.

file

Basic functionality for parsing a PDF file.

Structs

Content

Represents a PDF content stream - a Vec of Operators

Error

The Error type.

Operation

Operation in a PDF content stream.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

print_err

Prints the error if it is an Error

Type Definitions

Result

Convenient wrapper around std::Result.