IronPDF for .NET のリリース

Released: Jan 9, 2024

2024.1.20 での更新項目

機能

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

Released: Nov 27, 2023

2023.12.6 での更新項目

機能

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

不具合の修正

  • Fixed bug where IronPDF would...

Released: Nov 1, 2023

2023.11.7 での更新項目

機能

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

不具合の修正

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

Released: Oct 3, 2023

2023.10.3 での更新項目

機能

  • Improved performance.

不具合の修正

  • Minor bug fixes.

Released: Sep 13, 2023

2023.9.8 での更新項目

機能

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

Released: Aug 1, 2023

2023.8.6 での更新項目

機能

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

不具合の修正

  • 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

2023.7.4 での更新項目

機能

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

Released: Jun 2, 2023

2023.6.10 での更新項目

機能

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

不具合の修正

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

Released: May 15, 2023

2023.5.9 での更新項目

不具合の修正

  • IronPdf on Linux
    • Fixed error handling and breakpoints.

Released: May 1, 2023

2023.5.8 での更新項目

機能

  • Added PDF/A-3B support.
  • Added support for removing document metadata.

不具合の修正

  • Fixed an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects.
  • Fixed possible warnings about System.Memory version conflicts.
  • Fixed bug when opening document from Stream.