IronPDF for Java 2026.5.1
Released: May 27, 2026
2026.5.1 での更新項目
機能
- 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, and optional filtering by heading level or CSS selector.
- Updated internal dependencies.
不具合の修正
- Fixed an issue where HTML headers and footers did not scale correctly when using UseScaledRendering() with non-default zoom levels.
- Fixed intermittent SEGFAULT during process teardown and improved tab pool stability to prevent concurrent rendering issues and log spam.