Skip to main content

Crate zpdf_core

Crate zpdf_core 

Source

Structs§

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).

Enums§

Error
PdfObject
All PDF object types.

Type Aliases§

Result