-
Combine multiple PDF files to a pdf fileComputer/linux 2017. 8. 28. 21:58
In the case, one want to create one pdf file from N pdf files, gs will save us to do this quickly.
For example, one has the following pdf files :
1.pdf
2.pdf
....
10.pdf
And would like to have result.pdf from these pdf files, the following command will create the result.pdf file
gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=result.pdf -dBATCH file{1..10}.pdf
'Computer > linux' 카테고리의 다른 글
Undo git push (0) 2017.10.22 how to acceess udev rule parameter (0) 2017.08.25 How to get only the mac address (Linux) (0) 2017.08.25