Answers for "bash merge pdf"

0

bash merge pdf

#if you have N files to merge : 
pdfunite input_file_1.pdf input_file_2.pdf input_file_N.pdf output_file.pdf

#if you want to merge all the pdf in a directory :
pdfunite *.pdf out.pdf
Posted by: Guest on May-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language