IronPDF for Python 릴리스

Released: Jan 16, 2025

2025.1.1.1 버젼 업데이트

기능

  • Added new RenderHtmlAsPdfUA API.
  • Added new RenderZipFileAsPdf API overloads.
  • Improved overall PDF form operation performance.
  • Improved HTML Form Generation performance.
  • Improved PDF text extraction quality.

수정사항

  • Fixed an issue where the RenderRazorViewToPdf() method caused compile errors after upgrading IronPdf from version 2024.8.3 to higher versions.
  • Fixed an issue where the ReplaceTextOnPage(), ReplaceTextOnPages(), ReplaceTextOnAllPages(), and DrawText() methods incorrectly rendered the...

Released: Dec 23, 2024

2024.12.1.9 버젼 업데이트

기능

  • Updated IronSoftware.System.Drawing to 2024.12.3.
  • Updated IronSoftware.Common to 2024.11.2.
  • Improved performance for retrieving cell ranges (5-10x faster for medium to large files).
  • Improved formula evaluation by caching the evaluated results.
  • Added functionality for converting Workbook and Worksheet in different formats as streams.
  • Added a new API for embedding files during PDF/A conversion.
  • Added optional FontName and CustomFontSize parameters to the ReplaceText API.

수정사항

  • Fixed a null...

Released: Nov 22, 2024

2024.11.1.4 버젼 업데이트

기능

  • Added a new API for embedding files during PDF/A conversion.
  • Added optional parameters FontName and CustomFontSize to the ReplaceText API.
  • Now allows custom fonts to be used with the DrawText API.
  • Improved memory usage and performance.
  • Improved ApplyMultipleStampsAsync speed.
  • Enhanced Unicode text support.

수정사항

  • Fixed an issue where ReplaceText causes line breaks vertically.
  • Fixed an issue where Resize(), Extend(), and Transform() methods were inaccessible.
  • Fixed stamp positioning issues...

Released: Sep 17, 2024

2024.9.1.3 버젼 업데이트

기능

  • Added support for HTML resources with '.download' file extension.
  • Added new experimental API for accessing all DOM objects within a PDF.
  • Added support for HTTP request headers for HTML to PDF.
  • Improved validation of multiple signatures by external PDF readers.
  • Improved behavior and fidelity of "combine pages" feature (also known as N-up).

Released: Aug 6, 2024

2024.8.1.3 버젼 업데이트

기능

  • Added support for converting PDF/A versions 1A, 1B, 2A, 2B, and 3A.
  • Added support for creating blank PDF documents.
  • Added support for combining PDF pages into a single page of rows and columns.
  • Added support for moving or scaling entire page contents.
  • Improved performance when creating radio buttons from HTML.

수정사항

  • Fixed checkboxes not interactable when rendering HTML to PDF/A.

Released: Jul 9, 2024

2024.7.1.8 버젼 업데이트

기능

  • Added support for whole word redaction, including punctuation.
  • Added new options for the Text Redaction API.
  • Added support for rendering selected combobox lists from HTML input.
  • Improved support for setting form values for duplicate form names.

수정사항

  • Fixed issue where links, forms, and annotations were broken when saving as PDF/A.
  • Fixed issue where the tab order was incorrect when saving as PDF/UA.
  • Fixed memory leak issue when removing PDF objects.
  • Fixed issues where forms could not be edited...

Released: Jun 19, 2024

2024.6.1.1 버젼 업데이트

기능

  • You can now allow custom natural language identifier for SaveAsPdfUA.
  • Improved support for form annotations.
  • Updated to the latest Pdfium version which includes fixes when manipulating existing PDF documents.
  • Updated IronSoftware.System.Drawing to 2024.6.1.
  • Updated engine to 2024.6.1.

수정사항

  • Fixed bug where SaveAsPdfUA sometimes crashes.
  • Fixed bug where Merge sometimes crashes.
  • Fixed issue where Stamp corrupts some PDFs.
  • Fixed issue where CompressImage corrupts some PDFs.
  • Fixed issue where...

Released: Apr 29, 2024

2024.5.1.2 버젼 업데이트

기능

  • Added new IronPdf.Cleaner API which can sanitize and scan PDFs.

수정사항

  • Fixed issue where RenderRtfFileAsPdf sometimes returns black content.

Released: Apr 5, 2024

2024.4.1.2 버젼 업데이트

기능

  • Added new PdfDocument.Compress() API.
  • Improved DOCXtoPDF performance.
  • Made all Print methods asynchronous.
  • Updated gRPC libs to version 2.62.0.

수정사항

  • Fixed issue where rotated PDFs cause broken images when convert PDF to HTML.
  • Fixed issue where Arabic PDFs break HTML structure when convert PDF to HTML.
  • Fixed issue where the Header/Footer font size was changed when applying margin.
  • Fixed issue where the Table of Contents (TOC) fails to render for complex HTML.
  • Fixed issue where setting the...

Released: Mar 11, 2024

2024.3.1.3 버젼 업데이트

기능

  • Added a comprehensive new fonts API for adding, removing, and using fonts.
  • Added new PDF text redaction feature.
  • Added support for compressing grayscale images with PdfDocument.CompressImages().
  • Added support for both "444" and "441" chrome subsampling with PdfDocument.CompressImages().
  • Added new method for loading signatures from base64 string.
  • Added support for Apple macOS ARM when using the IronPdf "Docker Engine".
  • Added IRONPDF_ENGINE_ENABLE_LOG environment flag for IronPdf "Docker Engine...