JoshData / pdf-diff

A PDF comparison utility in Python.
Creative Commons Zero v1.0 Universal
438 stars 65 forks source link

command line tool #2

Open adelevie opened 10 years ago

adelevie commented 10 years ago

thinking out loud here, but what if...:

$ pdf-diff old.pdf new.pdf
# shells to `open diff.png`
jpmckinney commented 7 years ago

Same as python3 pdf-diff.py old.pdf new.pdf > changes.png && open changes.png ?

adelevie commented 7 years ago

Yup! I know a lot more about bash (admittedly still very little) than I did when I wrote that issue.

On Mon, Aug 15, 2016 at 4:33 PM, James McKinney notifications@github.com wrote:

Same as python3 pdf-diff.py old.pdf new.pdf > changes.png && open changes.png ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JoshData/pdf-diff/issues/2#issuecomment-239920155, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFTBg0VkNCrNNux-cukTLz1P2Qdrx14ks5qgM0cgaJpZM4CDQGH .

JoshData commented 7 years ago

This is a great thread.