I need to programmatically compare two PDF files for the below mentioned parameters:
1) Data
2) Layout of the PDF file
Do you have any suggestions?
I need to programmatically compare two PDF files for the below mentioned parameters:
1) Data
2) Layout of the PDF file
Do you have any suggestions?
Add comment viewed 229 times Latest activity about 1 year ago
Adobe Acrobat has a pretty good feature built into 8 and above called Compare Documents. It may only be available in the professional release. It does a pretty good job and offers a couple of different config options, my most often used would be to create a separate document that outlines the differences between the two documents being compared.
We regression test our PDF software by generating images of the pages and then comparing the images for any changes which we can then examine by hand.