IronPDF for .NET 2024.1.20

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 when drawing text onto an existing document.
  • Added support for OpenAI extensions.
  • Added support for adding and removing forms via PdfDocument.Form.Add(), Remove(), etc.
  • Improved replace text behavior with many bug fixes and better text formatting.
  • Improved PDF/A content descriptions for hyperlinks.
  • Improved behavior within read-only environments which only allow a single process by automatically enabling Installation.SingleProcess.

Fehlerkorrekturen

  • Fixed bug where hyperlinks would break after enabling PDF/A or PDF/UA compatibility.
  • Fixed crash or failed render when rendering certain WebGL or JavaScript-heavy URLs on some machines.
  • Fixed PDF/UA validation when converting a document which contains hyperlinks (PDF/UA 7.18.5).
  • Fixed System.AccessViolationException when convert to PDF/A.
  • Fixed replace text to be compatible with documents which use grayscale text or paths.