Crate pdf_composer_definitions

Source
Expand description

The ‘definitions’ crate for defining the structs, consts, enums etc for PDF Composer.

This crate provides the core structures and definitions used throughout the PDF Composer crate. It includes modules for handling constants, fonts, output directories, page properties, PDF composition, document entries, and valid PDF versions.

Modules§

consts
Module containing constant values used throughout PDF Composer
fonts
Module handling font-related functionality
output_directory
Module handling the output directory (as a str or path)
page_properties
Module defining and handling page properties (such as size and orientation)
pdf_composer
Module defining the core PDF Composer struct
pdf_doc_entry
Module defining the structure for PDF document entries (key/value pairs)
pdf_version
Module to re-export the PDF version enum