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 (
PdfObjectenum) - A PDF tokenizer and parser
- Cross-reference table parsing (both table and stream formats)
- PDF serialization
- The
CosDocdocument type for low-level PDF access
Modules§
Structs§
- CosDoc
- A low-level PDF document providing access to the COS object graph.
- Object
Id - A unique identifier for an indirect object (object number + generation number).
- PdfStream
- A PDF stream object: dictionary + binary data.