IronPDF for .NET のリリース

Released: Mar 30, 2023

2023.4.4 での更新項目

機能

  • Added support for both ImageSharp 2 and ImageSharp 3.
  • Added support for containerized client/server model PDF generation.

不具合の修正

  • Fixed some cases of license key not being read from application config file.
  • Fixed some cases of missing or incompatible assembly references when targeting .NET 4.6.2 - 4.8.

Released: Mar 9, 2023

2023.3.2 での更新項目

機能

  • Added support for signature images.
  • Updated to CEF 110.0.31 with many security and performance improvements.

不具合の修正

  • Fixed stamper and watermark positioning on PDFs with different orientation.
  • Fixed exception when retrieving form fields from a PDF which contains a hyperlink.

Released: Feb 28, 2023

2023.2.4 での更新項目

機能

  • Added support for IronPdfEngine Docker.
  • Added support for PDF incremental saving.
  • Reworked PDF signing and signature.
  • Removed iTextSharp dependency.
  • Added DrawDividerLineColor in Text Header/Footer.
  • Added new Resize API.
  • Changed minimum Microsoft .NET Framework version from 4.0 to 4.6.2.
  • Updated IronSoftware.System.Drawing to 2023.2.12.

不具合の修正

  • Fixed DrawDividerLine bugs in Header/Footer
  • Fixed memory leak when using ReplaceTextOnPage
  • Fixed an issue with text-wrap in HTML header and footer text...

Released: Jan 9, 2023

2023.1.11416 での更新項目

機能

  • Added support for executing custom JavaScript after an HTML render.
  • Disk caching is now enabled by default and set to temp folder path.
  • Deprecated 'FitPaperModes.None' and added 'FitPaperModes.Zoom'.
  • Replaced 'System.Drawing.Common' with 'IronSoftware.Drawing' in Microsoft .NET Standard 2.0 projects.

不具合の修正

  • Fixed support for Ubuntu 22.
  • Fixed IronPDF files not being included when using ClickOnce publishing method.
  • Fixed error when merging documents with certain form field configurations.

Released: Jan 11, 2022

2022.x での更新項目

2022.12

Updated Dec 27, 2022

Features

  • Added RenderZipFileAsPdf for rendering ZIP files as a PDF document.
  • Added RenderDelay and BackgroundColor options to TextStamper.
  • Updated Chrome 108.4.13 with many performance and security improvements.
  • Updated various 3rd party NuGet packages to mitigate vulnerabilities.
  • Improved consistency of IronPDF deployments across various Linux distros and .NET versions.
  • Improved incremental memory management, stability, and performance in native code.

Fixes

  • Fixed...

Released: Jan 25, 2021

2021.x での更新項目

2021.12.4495

Updated Dec 7, 2021

Features

  • Improved deployment logic to ensure correct version of downloaded dependencies are used (relevant when using IronPdf.Slim NuGet package).
  • Updated default render timeout from 30s to 60s.
  • Updated StampHTML() methods to allow users to specify render options for HTML stamps.

Fixes

  • Fixed bug where headers and footers would not render properly when JavaScript was disabled.
  • Fixed memory issue when using printing documents using GetPrintDocument().
  • Fixed bug...

Released: Jan 27, 2020

2020.x での更新項目

2020.12.3

Updated Dec 18, 2020

Features

  • Improved Linux support.
  • Improved IronPdf.Threading support for Microsoft .NET Core 3.1 and Microsoft .NET 5.0.
  • Added alias for IronPdf.Installation.LicenseKey - IronPdf.Licensing.LicenseKey.
  • Improved documentation.

2020.12.2

Updated Dec 7, 2020

Features

  • Improved security and licensing.
  • Multi-threading support via IronPdf.Threading Nuget package.
  • Improved Microsoft .NET 5.0 support.
  • Improved documentation.
  • Resolved memory leaks.
  • Improved VC++ developer...

Released: Oct 8, 2019

2019.7.0 での更新項目

機能

  • PDF digital certificate signing functionality added for .Net Core.
  • PdfDocument.ExtractText method added for .Net Core.
  • PdfDocument.StaticRenderHTMLFileAsPdf method added for .Net Core.
  • PdfDocument.ExtractImages functionality added for .Net Core.
  • HTML Forms rendering improved for textfield and textarea.
  • PdfDocument.ToBitmap and ToImage support added to .Net Core.
  • IronPDF.License.IsLicensed property added to check key installation.
  • Support for license keys to be assigned via an appsetting.json...

Released: Aug 28, 2019

2019.6.5.41 での更新項目

不具合の修正

  • Fixed imaging, PrintDocument, Bitmap and Jpeg issues for .Net Core 2.x.
  • Fixed Namespace conflict with IronPdf created in version 2019.6.5.

Released: Aug 22, 2019

2019.6.5 での更新項目

機能

  • PDF printing resolution enhanced.
  • PDF signing enhancements.
  • PDF document support extended to allow many more PDF files to be opened and edited.
  • Enhanced text and image extraction.
  • Stamping enhancements.
  • Merging of password protected PDFs documents allowed.
  • PDF rendering enhancements.
  • PDF to image implemented for Core.
  • PDF image extraction implemented for Core.

不具合の修正

  • Form filling fixed in Adobe Reader.
  • Metadata and PDF title fixes.
  • Header and footer issues resolved.