Skip to main content
Version: 16.8.2

Release 0.11.2

Release 0.11.2

Date of Release: 17 April 2025

New features

  • Added two new modes for processing files entirely in memory, without relying on disk I/O:
    • engine_memory: Accepts a base64-encoded file via standard input, processes it using the Embedded Engine (and Conform if needed), and returns the protected file via standard output.
    • conform_only_memory: Accepts a base64-encoded file via standard input, reconstructs it using Conform only (without CDR protection), and returns the result via standard output. For more details, see: User Guide: Processing files in memory without reading from or writing to disk.

Fixes

  • Engine mode now terminates processing early if the initial engine status is FileRejected(-16). This resolves an issue where the process of conforming a file could in some cases remove content that was meant to be disallowed, and as a result, the Engine would process the conformed file successfully, overriding the intended "disallow" behaviour.

Changes

  • Watermarking:
    • Text size reduced from 24 to 12.
    • Text colour changed from turquoise to dark grey.
    • Text alignment changed from centre to top-right.
    • Text maximum length is now 256 characters.