Diff-pdf: tool to visually compare two PDFs
11–20 of 85 posts
Re: Diff-pdf: tool to visually compare two PDFs
#12Interestingly, Github thinks the project is 46% shell, due to the fairly huge wxwin.m4.
Re: Diff-pdf: tool to visually compare two PDFs
#13Crazy, I'd have thought that modern multi-modal LLMs can do this, but when I tried Gemini, ChatGPT-4o and Claude they all pooped out: - Gemini at first only diff'd the text, and then when pushed it identified the items in the images and then hallucinated the differences between the versions. It could not produce an image output. - Claude only diff'd the text and refused to believe that there images in the PDFs. - Cha…
Re: Diff-pdf: tool to visually compare two PDFs
#14Re: Diff-pdf: tool to visually compare two PDFs
#15It shows the differences in the GUI side-by-side instead of overlayed.
Re: Diff-pdf: tool to visually compare two PDFs
#16Crazy, I'd have thought that modern multi-modal LLMs can do this, but when I tried Gemini, ChatGPT-4o and Claude they all pooped out: - Gemini at first only diff'd the text, and then when pushed it identified the items in the images and then hallucinated the differences between the versions. It could not produce an image output. - Claude only diff'd the text and refused to believe that there images in the PDFs. - Cha…
Re: Diff-pdf: tool to visually compare two PDFs
#17No screenshots?
Re: Diff-pdf: tool to visually compare two PDFs
#18Use this to compare university textbook edition 8 and 9 before buying.
Re: Diff-pdf: tool to visually compare two PDFs
#19I like this tool better: https://www.qtrac.eu/diffpdf.html It shows the differences in the GUI side-by-side instead of overlayed.
Re: Diff-pdf: tool to visually compare two PDFs
#20I 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!