Hi,
Currently I am using Aspose.Words to compare two PDF documents using below code.
Document baselineDoc = new Document(baselinePdfPath);
Document generatedDoc = new Document(generatedPdfPath);
// There should be no …...documents for equality and print/highlight the differences. Thanks, asad...