pdfcompare icon indicating copy to clipboard operation
pdfcompare copied to clipboard

compare two PDF files, write a resulting PDF with highlighted changes

Results 5 pdfcompare issues
Sort by recently updated
recently updated
newest added

Dear developer, This tool seems to be exactly what I am looking for. When trying to execute the makefile on Pop OS 22.04, I run into the following error. `module...

Words with german umlaut characters e.g. 'Nürnberg' internally seen as "N\xfcrberg" do not make it into the word_set for h.check_word() This is prevented by the regexp '([a-z_-]{3,})', but leads to...

The standard windows 10 browser should be better supported. Someone please attach here a small PDF which demonstrates a working hover in edge. @IVI053 References: - http://www.adobe.com/devnet/pdf/pdf_reference.html - https://msdn.microsoft.com/en-us/library/windows/desktop/bb760250%28v=vs.85%29.aspx says...

Words that appear exactly once in document are more likely a typo, the larger the document. The attached patch attempts to point out such singletons that are not recognized by...

Just a possibly ignorant query regarding the method _readline() in hunspell.py: your comment indicates a lack of buffering, but is this not affected by the `bufsize=` parameter of popen (which...