Ozonehole2k
Junior Member level 3
Depending on what sort of editing do you want... If you just need to say, add a page of comment to a pdf file, you can try the following....
*add extra page to pdf
Ghostscript can process several PS or PDF files and
accumulate the results in the output driver.
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=foo.pdf\
-c .setpdfwrite -f summary.ps article.pdf
*add extra page to pdf
Ghostscript can process several PS or PDF files and
accumulate the results in the output driver.
gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=foo.pdf\
-c .setpdfwrite -f summary.ps article.pdf