IronPDF for .NET Releases

Released: Apr 5, 2024

Updates in 2024.4.2

Features

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

Fixes

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

Released: Mar 6, 2024

Updates in 2024.3.4

Features

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

Released: Jan 29, 2024

Updates in 2024.2.2

Features

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

Fixes

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

Released: Jan 9, 2024

Updates in 2024.1.20

Features

  • Added a list of valid choices for radio buttons and checkboxes.
  • Added a way to set selected index of radio buttons and checkboxes.
  • Added the ability to draw lines and rectangles onto an existing document.
  • Added the ability to add an empty signature field which allows the user to click-to-sign.
  • Added text, character, and line extraction with position information.
  • Added stronger opt-in web security features for those who are accepting untrusted user input.
  • Added ability to specify font...

Released: Nov 27, 2023

Updates in 2023.12.6

Features

  • Added a new Fonts API for adding, removing, and using fonts.
  • Added a new Annotations API for retrieving document annotations.
  • Added support for signature timestamp URLs which require SHA-256 or SHA-512.
  • Added support for radio button values set via HTML 'checked' attribute.
  • Improved cookie behavior - custom cookies should now be accessible by entire URL domain when rendering.
  • Improved visual display of checkboxes and radio buttons generated by IronPDF.

Fixes

  • Fixed bug where IronPDF...

Released: Nov 1, 2023

Updates in 2023.11.7

Features

  • Added new automatic 'table of contents' generation.
  • Added a new way to reduce the size of your PDFs.
  • Added new PDF form field API.
  • Added support for HTML form attributes 'readonly', 'disabled', and 'maxlength'.
  • Added support for "mail merge" when converting DOCX to PDF.

Fixes

  • Fixed base URL issue when a file path contains special character.
  • Fixed asset not load issue when render from ASP.NET Framework.
  • Fixed issues with PDF/A throwing 'Invalid colorspace' in Adobe Reader.
  • Fixed issues...

Released: Oct 3, 2023

Updates in 2023.10.3

Features

  • Improved performance.

Fixes

  • Minor bug fixes.

Released: Sep 13, 2023

Updates in 2023.9.8

Features

  • Added support for Microsoft Word to PDF conversion.
  • Added support for LaTeX mathematics in PDF documents.
  • Added support for cookies when rendering from HTML strings.
  • Added Apple macOS support for IronPdf async methods.
  • Added support for transparent signature images.
  • Added support for IronPdf hosting in Microsoft Azure App Services.
  • Added support for using IronPdf on Apple iOS and Android via Azure app service.
  • Changed cookies to be specific to each individual render.
  • Changed default...

Released: Aug 1, 2023

Updates in 2023.8.6

Features

  • IronPDF will now wait for HTML elements to load before rendering.
  • IronPDF will now wait for fonts to load before rendering.
  • Added the ability to specify rotation when drawing text.
  • Added the ability to specify custom color profile when saving as PDFA.

Fixes

  • Fixed 'missing IronPdfInterop.dll' in some cases.
  • Fixed page index bug when using 'ImportPages'.
  • Fixed bug causing program to hang when copying annotations.

Released: Jul 3, 2023

Updates in 2023.7.4

Features

  • Convert PDF to SVG files or SVG strings.
  • Convert PDF to HTML files or HTML strings.
  • Added XMP metadata feature and improved existing API for setting metadata properties.
  • Added PDF/UA support.
  • Added HTML-to-PDF trigger via JavaScript method.
  • Added HTML-to-PDF trigger via completion of network activity.
  • Added Python support (Python 3.7+).
  • Significantly improved performance when using HTML headers and footers.
  • Reduced memory usage when rendering HTML to PDF.
  • Reduced memory usage when...