|
-
Jul 6th, 2000, 10:24 AM
#1
Thread Starter
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|