Toolbox add-on release notes
Learn about the changes, additions and fixes of the Toolbox add-on.
Version 1.11.0
29 October 2025
Added
- Added
ContentGenerator.TagAsArtifactmethod, which lets you tag all content created after its call as an artifact. For more information, review the API references: C, Java, .NET, Python. - Enhanced logging configuration environment variables:
PDFT_LOG_OUTPUTfor output control, replacingPDF_TRACE_OUTPUT. ThePDF_TRACE_OUTPUTalso remains supported for backward compatibility.PDFT_LOGfor log level filters. The comma-separated format:*:error,libbase:info, where*sets the default level.
Changed
- Switched from the zlib to zlib-ng library, significantly improving performance when compressing and decompressing Flate streams by using SIMD instructions.
Fixed
- Gray color space output intent is now set correctly.
- Widget annotation appearance generation now correctly checks for rich text value (RV) entry instead of rich text style (DS) entry when determining whether to create appearance streams.
Version 1.10.0
16 September 2025
Added
- As of this release, you can now expose raw strings of text elements as arrays of bytes. As a result, the developers who use the Toolbox add-on can work directly with the underlying encoded text data for advanced processing and custom workflows. For more information, review the following API references: C, .NET, Java, Python.
- Introduced a new method for retrieving the resolution of image masks. Find more details in the API references: C, .NET, Java, Python.
Fixed
- Resolved an issue using an uninitialized variable that could cause unpredictable behavior during PNG processing.
- Fixed a stack buffer overflow when creating annotation appearances.
- Corrected glyph position problems caused by improper handling of adjustment values.
- Ensured the
GTS_PDFXoutput intent is correctly copied into the output document to maintain PDF/X compliance. TheGTS_PDFXdefines the standardized printing output intent for PDF/X files. - Fixed an infinite loop that could occur during optimization for specific malformed PDF files.
- Addressed an access violation related to cross-reference (xref) tables, preventing potential crashes.