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 …...compare two PDF documents using below code. Document baselineDoc...baselineDoc = new Document(baselinePdfPath); Document generatedDoc = new...