I would like to convert a PostScript file into a PDF file via an ASP page.
I was told by Adobe that this can be done through ASP by instantiating the distiller object, as follows:
dim dist
set dist = server.CreateObject"PdfDistiller.PdfDistiller.1"
Does anyone have any info on the PDFDistiller Object Model, its methods and properties as well as what should be installed on the machine (ie, the web server) in order to guarantee successful instantiation.
Thanks in advance.
bye
James
I was told by Adobe that this can be done through ASP by instantiating the distiller object, as follows:
dim dist
set dist = server.CreateObject"PdfDistiller.PdfDistiller.1"
Does anyone have any info on the PDFDistiller Object Model, its methods and properties as well as what should be installed on the machine (ie, the web server) in order to guarantee successful instantiation.
Thanks in advance.
bye
James