Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparison of two pdf files

I need to compare the contents of two almost similar files and highlight the dissimilar portions in the corresponding pdf file. Am using pdfbox. Please help me atleast with the logic.

like image 227
Aisharjya Sarkar Avatar asked Jul 15 '11 08:07

Aisharjya Sarkar


1 Answers

If you prefer a tool with a GUI, you could try this one: diffpdf. It's by Mark Summerfield, and since it's written with Qt, it should be available (or should be buildable) on all platforms where Qt runs on.

Here's a screenshot:enter image description here

like image 52
Kurt Pfeifle Avatar answered Oct 13 '22 11:10

Kurt Pfeifle