IronPDF for Python 2025.5.1.7
Released: May 15, 2025
2025.5.1.7 での更新項目
機能
- Added support for Linux ARM.
- Added new API for retrieving individual glyph information and bounding boxes for each character of a text object (see
TextObject.GetGlyphInfo()).
- Improved signature removal to ensure the document is editable after signatures have been removed (see
PdfDocument.RemoveSignatures()).
- Improved macOS error handling such that uncaught JavaScript errors will gracefully cancel PDF render, to avoid crashes.
- Improved reliability of font un-embedding.
- Improved internal queuing of jobs and tasks when converting HTML to PDF, resulting in improved performance and reliability.
- Improved PDF/A and PDF/UA documentation.
不具合の修正
- Fixed an issue regarding embedded fonts in PDF/A documents.
- Fixed a memory leak when calling
SaveAsPdfA().
- Fixed an issue which caused rotated pages to display incorrectly after calling
Flatten().
- Fixed an issue where license key was not being applied correctly in
IronPdfEngine.
- Fixed issue where un-embedding font did not reduce PDF file size as expected.