PDA

Click to See Complete Forum and Search --> : Problems with active PDF Server


tompod
Jul 6th, 2000, 10:24 AM
Hello

I'm trying to convert post script (PST) file to PDF
from ASP application using active PDF Server
What's wrong with this code:

------------------------------------------------
Set APServer = Server.CreateObject("APServer.Object")
r = APServer.PSToPDF("file1.pst","file1.pdf")
Set APServer = Nothing
_________________________________________________
return value r = -99 instead of 0.
PDF file isn't created.

Can someone help me!
Thank's,
Tomaz