Changelog
    • PDF

    Changelog

    • PDF

    Article summary

    Release 0.9.2

    New Features

    • Added --include-files and --exclude-files arguments for control over which files in the input directory are processed.
    • Added the --output-structure argument to further control how output files are organised:
      • categorised (default, old behaviour) places output files into subdirectories based on processing status (engine_success, conform_success, failure)
      • mirrored places successfully processed output files directly in the output directory, maintaining the original input directory structure. Failed files will not be copied.
        For more details, see: User Guide: Output file structure and categorisation.
    • Added the --summary-verbosity argument to control which files are included in the summary output after processing:
      • all (default) includes both successfully processed and failed files.
      • failure includes only failed files.
      • success includes only successfully processed files.
      • none disables the summary output completely.
        The summary verbosity setting is independent of the logging level and does not affect detailed log outputs.
        For more details, see: User Guide: Post processing summary.

    Enhancements

    • Watermarking can now be applied in Fast Mode.

    Changes

    • Renamed Standard Mode to Cautious Mode for improved clarity.
    • Added timeout and memory limit configuration recommendations to Features-Constraints-and-Limitations.md
    • Updated documentation to include detailed examples of file filtering behavior, case sensitivity, and best practices for specifying paths.

    Release 0.8.12

    New Features

    • Nuitka-built executable for Linux distribution.
    • Introduced Fast Mode for quicker PDF processing with better visual fidelity. In this mode, embedded fonts are not replaced, and watermarking is unavailable. Fast mode is enabled by default but can be disabled using the optional --disable-fast-mode command line argument.

    Enhancements

    • Added support for the following fonts:
      • MS Gothic
      • MS PMincho

    Was this article helpful?