IronPDF for .NET 2024.6.1
Released: Jun 4, 2024
2024.6.1 버젼 업데이트
기능
- Added a 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 or 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.