Skip to main content

Crate pdf_objects

Crate pdf_objects 

Source

Re-exports§

pub use document::DocumentCatalog;
pub use document::PageInfo;
pub use document::ParsedDocument;
pub use error::PdfError;
pub use error::PdfResult;
pub use parser::parse_pdf;
pub use parser::parse_pdf_with_password;
pub use serializer::serialize_dictionary;
pub use serializer::serialize_pdf;
pub use serializer::serialize_string;
pub use serializer::serialize_value;
pub use stream::decode_stream;
pub use stream::flate_encode;
pub use types::ObjectRef;
pub use types::PdfDictionary;
pub use types::PdfFile;
pub use types::PdfObject;
pub use types::PdfStream;
pub use types::PdfString;
pub use types::PdfValue;
pub use types::XrefEntry;

Modules§

crypto
PDF Standard Security Handler (encryption) — decryption side only.
document
error
parser
serializer
stream
types