Some times we need to merge several pdf files into 1 pdf file. Fortunately, it is very easy to do it in ubuntu. For instance, I have 2 pdf files: proposal_rpi.pdf and program_qc.pdf.
Here is how I merge these 2 files into 1 pdf file: proposal_jan_15_2012.pdf:
bambang@bambang-notebook:~$ gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=proposal_jan_15_2012.pdf -dBATCH proposal_rpi.pdf program_qc.pdf
Comments
Post a Comment