Added notes about diffpdf to the KB

This commit is contained in:
Michele Cereda
2022-08-23 16:35:33 +02:00
parent 7597d9c964
commit 9a3f79d3e6
2 changed files with 16 additions and 0 deletions

View File

@@ -3,9 +3,14 @@
Install and use `diffpdf` (preferred) or `diff-pdf`:
```sh
sudo pacman -S diffpdf
sudo zypper install diff-pdf
```
```sh
diffpdf file1 file2
```
As an alternative:
```sh

11
knowledge base/diffpdf.md Normal file
View File

@@ -0,0 +1,11 @@
# DiffPDF
## TL;DR
```sh
# Install it.
sudo pacman -S diffpdf
# Show differences visually.
diffpdf file1 file2
```