I used vbindiff instead.
Diff-pdf: tool to visually compare two PDFs
31–40 of 85 posts
Re: Diff-pdf: tool to visually compare two PDFs
#32Re: Diff-pdf: tool to visually compare two PDFs
#33The diff-pdf project was my inspiration but I wanted to create a version that was distributable to non-programmers.
Re: Diff-pdf: tool to visually compare two PDFs
#34Re: Diff-pdf: tool to visually compare two PDFs
#35Re: Diff-pdf: tool to visually compare two PDFs
#36Earlier quoted context omitted.
Here is one: https://vslavik.github.io/diff-pdf/
Can anyone explain how to interpret that screenshot? It just looks like a very blurry text to me.
Re: Diff-pdf: tool to visually compare two PDFs
#37You can do this with Beyond Compare (it's not free, but not very expensive either) https://www.scootersoftware.com/
Re: Diff-pdf: tool to visually compare two PDFs
#38I remember evaluating this diff-pdf tool and finding that it fell short in some way, although it's been so long that I don't recall the specifics. Most of them failed to identify changes or reported false positives. I also remember being disappointed since this one was open source and could easily be scripted.
Re: Diff-pdf: tool to visually compare two PDFs
#39Can anyone recommend a method to deduplicate pdfs? The hash is often different but the content and meta data is 99.99% the same.
Re: Diff-pdf: tool to visually compare two PDFs
#40I have been using this in a CI pipeline to maintain a business-critical PDF generation (healthcare) app (started circa 2010 I think), here is the RSpec helpers I'm using: https://gist.github.com/thbar/d1ce2afef68bf6089aeae8d9ddc05d... The code contains git-stored reference PDFs, and the test suite re-generate them and assert that nothing has changed. Helped a lot to audit visual changes, or PDF library upgrades!