Lanzamientos de IronPDF for Java
Released: Jun 30, 2026
Actualizaciones en 2026.6.1
Características
- Added AdvancedCompressionOptions and ObjectStreamMode for fine-grained PDF compression control, including image DPI downsampling, JPEG quality settings, structure-tree removal, and customizable optimization flags.
- Added FormManager.setFormFont, setFormFontFromFile, and disableFormFontFallbackAPIs to control or suppress automatic form-field font embedding.
- Updated internal dependencies.
Correcciones
- Fixed invisible or missing headers and footers on scanner-generated and browser...
Released: May 27, 2026
Actualizaciones en 2026.5.1
Características
- Added LinkAnnotation class for creating clickable links within PDF documents that navigate to specific pages and positions, with full BookmarkDestinations support.
- Added full PDF linearization support: instance methods linearizePdfToBytes(), linearizePdfToStream(), saveAsLinearized(Path), along with static byte[]/InputStream overloads and isLinearized.
- Added automatic PDF bookmark generation from HTML headings (h1-h6) during rendering, including correct hierarchy, page mapping...
Released: Mar 31, 2026
Actualizaciones en 2026.4.1
Características
- Improved PDF rendering performance by reducing internal render calls and reusing browser tabs to minimize startup overhead.
- Added
compressAndSaveAs() method to compress a PDF and save it directly to a file path.
- Deprecated
compressImages() in favor of compressAndSaveAs(), compressPdfToBytes(), and compressPdfToStream().
Correcciones
- Fixed memory leak in
replaceText() where repeated calls caused increasing memory growth (93–97% reduction).
- Fixed buffer over-read in metadata...
Released: Dec 26, 2025
Actualizaciones en 2025.12.2
Características
- Added support for PDF/UA-2 (ISO 14289-2:2024) compliance.
- Enabled local HTML file to PDF conversion.
- Updated IronPdfEngine to 2025.12.2.
Correcciones
- Fixed issue where ApplyMultipleStamps cut off the stamp content on some paper sizes.
Released: Nov 20, 2025
Actualizaciones en 2025.11.12
Características
- Updated IronPdfEngine to 2025.11.12.
Released: Oct 10, 2025
Actualizaciones en 2025.10.8
Características
- Updated IronPdfEngine to 2025.10.8.
Released: Sep 3, 2025
Actualizaciones en 2025.9.1
Características
- Updated the IronPdfEngine to 2025.9.3.
Released: Aug 15, 2025
Actualizaciones en 2025.8.8
Características
- Updated IronPdfEngine to 2025.8.8.
Released: Jul 31, 2025
Actualizaciones en 2025.7.17
Características
- Updated IronPdfEngine to 2025.7.17.
Released: Jun 4, 2025
Actualizaciones en 2025.6.5
Características
- Updated the IronPdfEngine to 2025.6.5.
Correcciones
- Fixed issue where the converted PDF/A document is not valid.