IronPDF for .NET のリリース

Released: Nov 6, 2024

2024.11.4 での更新項目

機能

  • Added a new API for embedding files during PDF/A conversion.
  • Added optional parameters FontName and CustomFontSize to the ReplaceText API.
  • Now allows custom fonts to be used with the DrawText API.
  • Improved memory usage and performance.
  • Improved ApplyMultipleStampsAsync speed.
  • Enhanced Unicode text support.

不具合の修正

  • Fixed an issue where ReplaceText causes line breaks vertically.
  • Fixed an issue where Resize(), Extend(), and Transform() methods were inaccessible.
  • Fixed stamp positioning issues...

Released: Oct 11, 2024

2024.10.8 での更新項目

機能

  • Improved text redaction positioning.
  • Improved PDF/A-3 conversion.
  • Improved checkbox and radio button appearance and behavior.
  • Improved stamping positioning accuracy when scaling.
  • Signature field is now visible in Bluebeam Revu.
  • IronPdfEngine now supports form radio buttons, signature fields, and image fields.

不具合の修正

  • Fixed an issue where stamping offset is applied to rotated pages.
  • Fixed issue where Unicode character does not appear when setting form value.
  • Fixed issue where...

Released: Sep 9, 2024

2024.9.3 での更新項目

機能

  • Added support for HTML resources with '.download' file extension.
  • Added new experimental API for accessing all DOM objects within a PDF.
  • Added support for HTTP request headers for HTML to PDF.
  • Improved validation of multiple signatures by external PDF readers.
  • Improved behavior and fidelity of "combine pages" feature (also known as N-up).

Released: Jul 30, 2024

2024.8.3 での更新項目

機能

  • Added support for converting PDF/A versions 1A, 1B, 2A, 2B, and 3A.
  • Added support for creating blank PDF documents.
  • Added support for combining PDF pages into a single page of rows and columns.
  • Added support for moving or scaling entire page contents.
  • Improved performance when creating radio buttons from HTML.

不具合の修正

  • Fixed checkboxes not interactable when rendering HTML to PDF/A.

Released: Jul 5, 2024

2024.7.8 での更新項目

機能

  • Added support for whole word redaction, including punctuation.
  • Added new options for the Text Redaction API.
  • Added support for rendering selected combobox lists from HTML input.
  • Improved support for setting form values for duplicate form names.

不具合の修正

  • Fixed issue where links, forms, and annotations were broken when saving as PDF/A.
  • Fixed issue where the tab order was incorrect when saving as PDF/UA.
  • Fixed memory leak issue when removing PDF objects.
  • Fixed issues where forms could not be...

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...

Released: Apr 29, 2024

2024.5.2 での更新項目

機能

  • Added new IronPdf.Cleaner API which can sanitize and scan PDFs.

不具合の修正

  • Fixed issue where RenderRtfFileAsPdf sometimes returns black content.

Released: Apr 5, 2024

2024.4.2 での更新項目

機能

  • Added new PdfDocument.Compress() API.
  • Improved DOCXtoPDF performance.
  • Made all Print methods asynchronous.
  • Updated gRPC libs to version 2.62.0.

不具合の修正

  • Fixed issue where rotated PDFs cause broken images when convert PDF to HTML.
  • Fixed issue where Arabic PDFs break HTML structure when convert PDF to HTML.
  • Fixed issue where the Header/Footer font size was changed when applying margin.
  • Fixed issue where the Table of Contents (TOC) fails to render for complex HTML.
  • Fixed issue where setting the...

Released: Mar 6, 2024

2024.3.4 での更新項目

機能

  • Comprehensive new fonts API for adding, removing, and using fonts.
  • Added PDF text redaction feature.
  • Support for compressing grayscale images.
  • Support for both "444" and "441" chrome subsampling.
  • New method for loading signatures from base64 strings.
  • Support for Apple macOS ARM when using the IronPdf "Docker Engine".
  • Added IRONPDF_ENGINE_ENABLE_LOG environment flag for IronPdf "Docker Engine".
  • Improved error message when user attempts to sign using a signature without a private key.
  • Improved...

Released: Jan 29, 2024

2024.2.2 での更新項目

機能

  • Added support for Microsoft .NET 8.
  • Added support for custom remote IronPDF connection configurations.
  • Improved letter, word, and text spacing when replacing text; words should no longer have erroneous spacing between letters.
  • Improved various comments and API documentation.

不具合の修正

  • Fixed transformation issue when modifying a document after calling AppendPdf().
  • Fixed issue with runtimes not being downloaded when Installation.AutomaticallyDownloadNativeBinaries=true.
  • Fixed issue with...