Skip to main contentCrate zpdf_core
Source - Matrix
- 3x2 affine transformation matrix.
- ObjectId
- Indirect object identifier: (object number, generation number).
- ParseLimits
- Security limits for PDF parsing. PDF is an untrusted input format.
- PdfDict
- PDF dictionary: ordered map of Name → PdfObject.
- PdfName
- PDF Name object (e.g.,
/Type stored as "Type"). - PdfStream
- PDF stream object: dictionary + raw byte range (lazy decode).
- PdfString
- PDF string (literal or hexadecimal).
- Point
- Rect
- PDF rectangle: [x0, y0, x1, y1] (lower-left, upper-right).
- Error
- PdfObject
- All PDF object types.
- Result