Expand description
The ‘base’ crate for PDF Composer functionality (without any features enabled)
This crate provides the core functionality required to generate PDF documents. Including:
- Checking source documents are yaml
- Setting page size
- Setting page orientation
- Setting page margins
- Setting page metadata (PDF fields)
- Setting output directory
Traits§
- PDFComposer
- The PDF Composer trait with all the publically exposed methods