Expand description
PDF Object Types (Writer Module)
§Migration Notice
This module is being unified with the parser types in crate::pdf_objects.
The types here will be deprecated in v1.6.0 and removed in v2.0.0.
Migration Path:
objects::Object→crate::pdf_objects::Objectobjects::Dictionary→crate::pdf_objects::Dictionaryobjects::ObjectId→crate::pdf_objects::ObjectIdobjects::Array→crate::pdf_objects::Arrayobjects::Stream→crate::pdf_objects::Stream
The unified types in pdf_objects provide:
- Zero-overhead conversion between parser and writer
- Type-safe newtypes (Name, BinaryString)
- Consistent API across the library
- Better support for binary PDF strings