Skip to main content

Crate folio_cos

Crate folio_cos 

Source
Expand description

COS (Carousel Object System) object model and PDF parser.

This is the foundation of the Folio PDF library. It provides:

  • The PDF object model (PdfObject enum)
  • A PDF tokenizer and parser
  • Cross-reference table parsing (both table and stream formats)
  • PDF serialization
  • The CosDoc document type for low-level PDF access

Modules§

parser
PDF object parser.
tokenizer
PDF tokenizer.

Structs§

CosDoc
A low-level PDF document providing access to the COS object graph.
ObjectId
A unique identifier for an indirect object (object number + generation number).
PdfStream
A PDF stream object: dictionary + binary data.

Enums§

PdfObject
A PDF object.
XrefEntry
A cross-reference entry for one object.