Monday, January 24, 2011

catPDF

Several times I have to join/merge PDF files into a single one. I read that it can be archieved using ghostscript in the following way (more details):

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf

Nevertheless, for people that do not want to deal with commands and terminals, I did the following GUI-script that uses zenity and ghostcript to produce same results like to use the command line.



I called it catPDF because I tried to keep the spirit of cat command in linux.


Check it out.

0 comments: