Postscript Files with VBScript

2006-07-17 09:08:24 by dzinner

Hi,

is it possible to convert Postscript files with the Convert2PDF.vbs file?

Thanks.


2006-07-17 10:27:29 by thesmilyface

You should use the function "cConvertPostscriptfile" or the new script "PS2PDF.vbs" available via SVN.

Frank


2006-07-17 11:02:50 by dzinner

Where did i find the PS2PDF.vbs?
And how i have to use the function cConvertPostscriptfile?


2006-07-17 13:02:09 by thesmilyface

http://svn.sourceforge.net/viewcvs.cgi/pdfcreator/trunk/COM/Samples/Windows%20Scripting%20Host/VBScripts/PS2PDF.vbs?view=markup&rev=250


2006-07-18 10:16:07 by dzinner

Could i also use the ps2pdf to save more documents into one pdf?


2006-07-18 11:21:44 by thesmilyface

Of course, combine this script with the script "CombineJobs.vbs".


2006-07-19 06:08:41 by dzinner

The script did not accept the command copy.

How could i solve this problem?