IronPDF for .NET 2024.2.2

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 Installation.CustomDeploymentDirectory being ignored.
  • Fixed issue where enabling PDF/A compliance would remove transparency and result in a black background.
  • Fixed issue where PdfFormFieldFlags enum was inaccessible to users.
  • Fixed issue where ReplaceTextOnPages() would throw an error if the text was not found on every page.
  • Fixed issue with cookie support on Linux.
  • Fixed issue where Installation.SingleProcess was always enabled.
  • Fixed various issues when manipulating forms after configuring IronPDF to use Docker/remote.