PDF::Writer::DocumentWriter
Writes a complete PDF document to an IO.
The writer handles:
- PDF header and version
- Binary marker (for proper binary handling)
- All indirect objects
- Cross-reference table
- Trailer dictionary
- EOF marker
Constructors
new(document : Document)
Source