IronPDF for Node.js 2024.6.4

Released: Jun 21, 2024

2024.6.4 での更新項目

機能

  • Added new region redaction API.
  • Added support for image form fields.
  • Added support for showing form field values when converting PDF to image.
  • You can now allow custom natural language identifier for SaveAsPdfUA.
  • Improved support for form annotations.
  • Updated to the latest Pdfium version which includes fixes when manipulating existing PDF documents.
  • Updated IronSoftware.System.Drawing to 2024.6.1.
  • Added support for more languages in IronPdf Docker image.

不具合の修正

  • Fixed bug where SaveAsPdfUA sometimes crashes.
  • Fixed bug where Merge sometimes crashes.
  • Fixed issue where Stamp corrupts some PDFs.
  • Fixed issue where CompressImage corrupts some PDFs.
  • Fixed issue where adding Header Footer corrupts some PDFs.
  • Fixed issue where form field names with dot notation are ignored.
  • Fixed a bunch of System.AccessViolationExceptions when manipulating PDF documents.
  • Fixed issue where QRCode uses invalid width and height.
  • Fixed issue where RenderDocxAsPdf disregards the page-break element from DOCX.
  • Fixed issue where the login authentication username is mistakenly set to the password value.
  • Fixed FIPS compliant error on some systems.
  • Fixed StackOverflowException thrown when IronPdf is initialized before IronQR.