Spire.PDF for Python 10.6.1 supports comparing PDF documents

2024-06-14 06:00:17

We're pleased to announce the release of Spire.PDF for Python 10.6.1. This version supports comparing PDF documents and fixes some known issues, such as the application throwing an exception when obtaining image coordinates. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New feature SPIREPDF-6784 Supports comparing PDF documents.
pdf1 = PdfDocument()       
pdf1.LoadFromFile(inputFile_1)
pdf2 = PdfDocument()  
pdf2.LoadFromFile(inputFile_2)
comparer = PdfComparer(pdf1, pdf2)
comparer.Compare(outputFile) 
Bug SPIREPDF-6764 Fixes the issue that the application threw an exception when obtaining image coordinates.
Bug SPIREPDF-6795 Fixes the issue that the application threw an exception when getting images using the PdfImageHelper.GetImagesInfo() method.
Bug SPIREPDF-6809 Fixes the issue that the application threw an exception when setting the markup color using the PdfTextMarkupAnnotation.TextMarkupColor property.
Click the link to download Spire.PDF for Python 10.6.1: