mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
8 lines
200 B
Markdown
8 lines
200 B
Markdown
|
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.
|