Release 1.1.0
Release 1.1.0
Date of Release: 19 September 2025
New features
- Added the
--disable-cautious-modeargument to control processing behaviour. Disabling cautious mode is only recommended when preserving embedded fonts is essential, or when visual appearance is more important than Conform being able to successfully process a wider range of PDFs.
Changes
- In the summary JSON output, the
processing_argumentsvalue forcautious_modehas been split into two separate fields:- Before:
"cautious_mode": false,- After
"disable_fast_mode": false,
"disable_cautious_mode": false,