Good stuff for programming geeks
[ start | index | login or register ]
start > TR Joining Postscript and PDF files

TR Joining Postscript and PDF files

Created by tmoertel. Last edited by tmoertel 1328 days ago. Viewed 2616 times. #3
[diff] [history] [edit] [rdf]
labels
attachments

Ghostscript can be used to join any number of PS and/or PDF files:

gs -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite \
    -sOutputFile=output.pdf -c .setpdfwrite -f \
    inputs.pdf...

Ref: >>http://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm
Ref: Source code of ps2pdfwr script.

no comments | post comment
community.moertel.com | Copyright © 2003–07 Moertel Consulting