IronPDF for Java Releases

Released: Mar 29, 2024

Updates in 2024.3.1

Features

  • Updated engine to 2024.3.4.
  • Deprecated setTextFieldFont.
  • Deprecated create custom font from path.

Released: Feb 12, 2024

Updates in 2024.2.1

Features

  • Updated IronPdfEngine to 2024.2.2.
  • Updated proto to latest version of the main branch.
  • Added FormType test to check that FormType has been set correctly into FormField class.

Released: Jan 11, 2024

Updates in 2024.1.1

Features

  • Improved startup process in some environments.
  • Updated IronPdfEngine to 2024.1.1.

Released: Nov 30, 2023

Updates in 2023.12.1

Features

  • Added new compressStructTree method which allows you to minimize a PDF's tree structure.
  • Added ChangeTrackingModes option when opening a PDF file.
  • Updated internal grpc version to 1.59.0.
  • Updated IronPdfEngine to 2023.12.6.

Fixes

  • Fixed a bug where PageSelection pageRange does now include end index.

Released: Nov 3, 2023

Updates in 2023.11.1

Features

  • Added Google Chrome configuration to 'com.ironsoftware.ironpdf.Settings' (e.g. 'singleProcess', 'chromeGpuMode').
  • Added 'IronPdfEngineTimeout' configuration to 'com.ironsoftware.ironpdf.Settings' and increased default value from 60 to 120 seconds.
  • Added 'AutoCloseable' to 'PdfDocument 'class.
  • Updated IronPdfEngine to 2023.11.7.

Fixes

  • Fixed a bug where 'IronPdfEngine' does now write a log file.

Released: Oct 5, 2023

Updates in 2023.10.2

Features

  • Updated IronPdfEngine to 2023.10.3.

Fixes

  • Fixed bug where HtmlFooter was applied to both the header and footer.

Released: Sep 19, 2023

Updates in 2023.9.2

Features

  • Added PDF/A and PDF/UA support.
  • Added HTML-to-PDF trigger via JavaScript method.
  • Added HTML-to-PDF trigger via completion of network activity.
  • Added support for transparent signature images.
  • Updated IronPdfEngine to 2023.9.8.
  • Improved memory usage and performance by up to 10 percent.
  • Improved logic for image compression to further optimize size.
  • Improved stability of IronPdfEngine.
  • Reduced memory usage when rendering HTML to PDF.
  • Reduced memory usage when opening large PDF documents...

Released: Jul 12, 2023

Updates in 2023.7.2

Features

  • Updated gRPC to 1.56.1.
  • Updated project description.
  • You can now hide PageSelection.getPageList.

Fixes

  • Fixed corrupted Fat-Jar.
  • Fixed documentation typo.

Released: Apr 2, 2023

Updates in 2023.4.4

Fixes

  • Fixed some cases of license key not being read from application config file.
  • Fixed some cases of missing or incompatible assembly references when targeting .NET 4.6.2 - 4.8.

Released: Mar 9, 2023

Updates in 2023.3.2

Features

  • Increased the range of supported image file types of PdfDocument.fromImage().
  • Added support for incremental PDF saving.
  • Added FormManager.setFieldReadOnly().
  • Added ChromePdfRenderOptions.setJavascript().
  • Added font color and background color options to TextStamper.
  • Reworked PDF signing and signature.
  • Updated IronPdfEngine to 2023.3.2.

Fixes

  • Fixed application crash when using invalid license.
  • Fixed DrawDividerLine bugs in Header/Footer.
  • Fixed memory leak when using PdfDocument...