Expand description
Configuration module for pdfcat.
This module transforms CLI arguments into a validated, normalized configuration that drives the PDF merging process. It handles:
- Validation of argument combinations
- Resolution of conflicting options
- Application of defaults
- Path canonicalization
Structs§
- Config
- Complete configuration for a PDF merge operation.
- Metadata
- PDF metadata to set on the output document.
- Page
Range - Page range specification for extraction.
Enums§
- Compression
Level - Compression level for the output PDF.
- Overwrite
Mode - Output file overwrite behavior.
- Rotation
- Page rotation in degrees.