[][src]Crate pdf

Modules

backend
content
file

This is kind of the entry-point of the type-safe PDF functionality.

object

Object trait, along with some implementations. References.

parser

Basic functionality for parsing a PDF file.

primitive
xref

Structs

Error

The Error type.

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.