Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Acrobat and ASP

Status
Not open for further replies.

jkb17

Programmer
Nov 27, 2000
156
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top