Expand description
PDF object types
This module implements the core PDF object types as defined in the PDF specification. PDF documents are built from these basic object types.
Structs§
- PdfArray
- A PDF array
- PdfDict
- A PDF dictionary
- PdfHex
String - A PDF hexadecimal string
- PdfName
- A PDF Name object
- PdfRef
- A PDF indirect object reference
- PdfStream
- A PDF stream object
- PdfString
- A PDF literal string
Enums§
Functions§
- format_
real - Formats a floating-point number for PDF output using ryu for optimal precision.