Skip to main content
Version: 16.9.0

Release 1.1.0

Release 1.1.0

Date of Release: 19 September 2025

New features

  • Added the --disable-cautious-mode argument 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_arguments value for cautious_mode has been split into two separate fields:
    • Before:
    "cautious_mode": false,
    • After
    "disable_fast_mode": false,
    "disable_cautious_mode": false,