pdf-diff icon indicating copy to clipboard operation
pdf-diff copied to clipboard

A tool for visualizing differences between two pdf files.

Results 7 pdf-diff issues
Sort by recently updated
recently updated
newest added
trafficstars

Finding Poppler for Windows is a herculean task. Latest build is not available anywhere. So far, I could find the old Windows builds at below link and it works after...

As a command line tool, pdf-diff is the perfect choice for nerdy people. I was wondering if there was any alternative way to show the potentialities of pdf-diff to newbie...

i ran some samples files. One has just one line with a word added. It seems the current compare logic does not flag single word differences ? I can send...

We can replace https://github.com/serhack/pdf-diff/blob/5535f71841530a024fd0b8b1f823de03df9a0fc1/main.go#L48 with this if we want. .... ``` package main import ( "flag" "fmt" "image/jpeg" "os" "path/filepath" "github.com/gen2brain/go-fitz" ) func main() { // flags for source dir...