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

command line tool

Open adelevie opened this issue 11 years ago • 3 comments

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

$ pdf-diff old.pdf new.pdf
# shells to `open diff.png`

adelevie avatar Jun 11 '14 14:06 adelevie

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

jpmckinney avatar Aug 15 '16 20:08 jpmckinney

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 [email protected] 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 .

adelevie avatar Aug 16 '16 15:08 adelevie

This is a great thread.

JoshData avatar Aug 17 '16 16:08 JoshData