Added diff-pdf notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-20 20:49:11 +02:00
parent f550ee9004
commit 4e5835c1ba

View File

@@ -0,0 +1,11 @@
# Diff-pdf
## TL;DR
```shell
# just check
diff-pdf --verbose file1.pdf file2.pdf
# view differences in a window
diff-pdf --view file1.pdf file2.pdf
```