Hi,Everyone
I met a problem maybe someone have experience with it.
I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it?
Here is the code in asp.
acr = Server.CreateObject("pdfdistiller.PdfDistiller.1")
acr.bShowWindow = False
acr.FileToPDF "d:\lta\1.ps", "d:\lta\1.pdf", "Print"
Marshal.ReleaseComObject(acr)
acr = Nothing
Thanks advance,
Vicky
I met a problem maybe someone have experience with it.
I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it?
Here is the code in asp.
acr = Server.CreateObject("pdfdistiller.PdfDistiller.1")
acr.bShowWindow = False
acr.FileToPDF "d:\lta\1.ps", "d:\lta\1.pdf", "Print"
Marshal.ReleaseComObject(acr)
acr = Nothing
Thanks advance,
Vicky