til/command-line-utils/joining-pdf-files.md

8 lines
204 B
Markdown
Raw Normal View History

2021-05-09 21:12:54 +02:00
You can join multiple pdf files into one using this command:
```bash
2021-05-09 21:12:54 +02:00
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.