Spire.PDF for Python 10.2.0 supports the PdfBitmap class

2024-02-08 02:32:11

We are pleased to announce the release of Spire.PDF for Python 10.2.0. This version supports the PdfBitmap class and supports obtaining all custom properties of the document. In addition, the issue that finding text failed has also been fixed. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-6492 Supports the PdfBitmap class.
New feature SPIREPDF-6518 Supports getting all custom properties of the document.
doc = PdfDocument()
doc.LoadFromFile(inputFile)
docInfo=doc.DocumentInformation
customProperties =docInfo.GetAllCustomProperties()
New feature SPIREPDF-6525 Adds the PdfAttachmentAnnotationWidget.Data property to support obtaining attachment document data.
New feature SPIREPDF-6538 Adds a new method for converting PDF documents to Word documents.
converter=new PdfToWordConverter("test.pdf");
converter.saveToDocx("res.docx");
Bug SPIREPDF-6508 Fixes the issue that finding text failed.
Click the link to download Spire.PDF for Python 10.2.0: