Posts: 1,832
Location: Somewhere else entirely
|
You can get versions of ps2pdf that install as a command line tool under windows, should work the same as on linux hopefully.
To convert ps to eps should be as easy as adding the bounding box information to the top of the file - ps files are just ASCII files so you can do this very easily with PHP. Your mileage may vary depending on where the ps file was exported from and who is going to open it, since different software packages add varying amounts of application specific crud to their postscript output.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
Last edited by 0beron; 12-13-2005 at 06:08 PM..
|