The below code will use ghostscript to create a pdf named indexp.pdf from all pdf files in the current directory.
They will be ordered by file name.
Code: Select all
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=indexp.pdf *.pdf
Code: Select all
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=indexp.pdf *.pdf
Users browsing this forum: No registered users and 1 guest