mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
204 B
204 B
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.