IronPDF for .NET Releases

Released: Mar 6, 2024

Updates in 2024.3.4

Funktionen

  • 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

Funktionen

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

Fehlerkorrekturen

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

Released: Jan 9, 2024

Updates in 2024.1.20

Funktionen

  • 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

Funktionen

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

Fehlerkorrekturen

  • Fixed bug...

Released: Nov 1, 2023

Updates in 2023.11.7

Funktionen

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

Fehlerkorrekturen

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

Released: Oct 3, 2023

Updates in 2023.10.3

Funktionen

  • Improved performance.

Fehlerkorrekturen

  • Minor bug fixes.

Released: Sep 13, 2023

Updates in 2023.9.8

Funktionen

  • 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

Funktionen

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

Fehlerkorrekturen

  • 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

Funktionen

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

Released: Jun 2, 2023

Updates in 2023.6.10

Funktionen

  • Added new continuous feed option. e.g. for generating receipt documents.
  • Added a new annotations API, including annotation removal.
  • Added the ability to remove bookmarks.
  • Improved memory usage and performance by up to 10 percent.
  • Improved logic for image compression to further optimize size.
  • Improved out-of-memory error message to be more apparent.

Fehlerkorrekturen

  • Fixed grayscale option not being applied.
  • Fixed image compression feature corrupting bitmaps.
  • Fixed IronPdf crashing in...