Previous | Next | (P-PDF) Prepress and Print
Topic: Unable create Distiller object in VBA
Conf: (P-PDF) Prepress and Print, Msg: 85667
From: vrkorada
Date: 4/8/2003 04:04 PM
Hi,
In one of my applications I have created Distiller object using the following syntax.
Set objPDFDistiller = New PdfDistiller
objPDFDistiller.Create
on WIN2K machines this worked fine.
Recently when we upgraded to WinXP, the same application is giving an error saying that "Unable to create Activex object".
It is working if the user is local admin and not working as a non-admin user.
What could be the problem?? Can anyone help in this regard?
Advance Thanks
Ramana