TIL: Joining pdf files

This commit is contained in:
Asocia 2021-05-09 22:12:54 +03:00
parent 2bbc40bfe1
commit 18d2bb0585

View File

@ -0,0 +1,7 @@
You can join multiple pdf files into one using this command:
```
pdfunite in-1.pdf in-2.pdf in-n.pdf out.pdf
```
Make sure to provide output file name otherwise last input file will be overwritten.