diff --git a/command_line_utils/joining-pdf-files.md b/command_line_utils/joining-pdf-files.md new file mode 100644 index 0000000..2b43341 --- /dev/null +++ b/command_line_utils/joining-pdf-files.md @@ -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.