mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-22 00:29:37 +01:00
TIL: Joining pdf files
This commit is contained in:
parent
2bbc40bfe1
commit
18d2bb0585
7
command_line_utils/joining-pdf-files.md
Normal file
7
command_line_utils/joining-pdf-files.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user