Need to compare the text in two PDF files to find differences?
Try the following (for Windows):
pdftotext -layout file.pdf
diff -y --width=220 file1.pdf file2.pdf > file1_file2_diff.txt