IronPDF for Java 2022.x

Released: Nov 17, 2022

2022.x での更新項目

2022.12.0

Updated Dec 27, 2022

Features

  • Added support for IronPdfEngine Docker.
  • Improved documentation.
  • Improved deployment.
  • Added 'TempFolderPath' setting.
  • Added 'baseUrl' rendering parameter.
  • Released alternative fat JAR.
  • IronPdfEngine 2022.12.11210
    • Added RenderZipFileAsPdf for rendering ZIP files as a PDF document.
    • Added RenderDelay and BackgroundColor options to TextStamper.
    • Updated to Google Chrome 108.4.13 with many performance and security improvements.
    • Updated various 3rd party NuGet packages to mitigate vulnerabilities.
    • Updated suggested docker files.
    • Improved consistency of IronPdf deployments across various Linux distributions and Microsoft .NET versions.
    • Incremental improvements to memory management, stability and performance in native code.

Fixes

  • IronPdfEngine 2022.12.11210
    • Fixed crash when using IronPdf as part of a Windows service.
    • Fixed 'failed to deploy IronPdf' error when using IronPdf with Azure Functions.
    • Fixed behavior when stamping HTML or images behind existing PDF content.
    • Fixed missing custom logger interface (Logging.CustomLogger).
    • Fixed Zoom being ignored even with FitToPaperModes properly set to None.

2022.11.1

Updated Nov 17, 2022

Features

  • Adds radio button form elements, generated from html 'input' elements with a 'type' attribute of 'radio'.
  • Adds RTF-to-PDF.
  • Adds page selection to replace text.
  • Adds toMultiPageTiff().
  • Adds License.isLicensed() and License.isValidLicensed().

Fixes

  • Fixes text headers and footers not being visible.
  • Fixes error when merging documents with certain bookmark configurations.
  • Fixes error when calling applyWatermark().
  • Fixes form fields sometimes not being editable after merging.
  • Fixes form generation for html elements with styles marked '!important'.
  • Fixes some TIFF images not loading when using fromImage().
  • Fixes IronPdf java Download progress sometimes show > 100%.
  • Updates logic for applying margins to headers and footers (now only applying left and right margins by default).
  • Supports ironpdf-engine as a maven dependency.
  • Fixes ironpdf-engine download progress sometimes show > 100%.