Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Mary_Escarraz@adobeforums.com #1
Creating Acrobat objects with LotusScript
We have been automating Acrobat 6 with LotusScript (Notes 6.0.3) for some time, and are now upgrading Acrobat. The OLE class object reference for Acrobat 7 (in Notes Designer) is a little different than Acrobat 6, but it looks like the object names may still be compatible because there is a name reference, possibly an alias. The methods look the same.
AcroExch.PDDoc referenced by AcroPDDoc
AcroExch.App referenced by AcroApp
AcroExch.AVDoc referenced by AcroAVDoc
My code:
Set PDDocMain = CreateObject("AcroExch.PDDoc")
Whether I leave the old 'AcroExch.' names or change to the new 'Acro' names, if Acrobat 7 is on the machine, the code cannot create the objects & locks up LotusScript debugger if its on. Acrobat 6 works great (with the old object names). Windows 2000 or Windows XP same results, Notes 6.0.3 or Notes 6.5 no difference.
Duh...What am I missing??
Mary_Escarraz@adobeforums.com Guest
-
DCOM Errors when creating COM Objects in IIS
Hi all, I'm having a few problems creating COM objects in IIS. The issue only seems to affect a couple of our own custom COM objects. The COM... -
Creating COM objects remotely
I am trying to create a cfobject that will inevitably create a Word Document, and after reading the materials have decided its probably not a good... -
Acrobat PDFWriter opens up Adobe Acrobat after creating the PDF ...
We are running Acrobat 5.0 on one of our Windows Terminal Servers and one of our users, when creating a PDF file by using the PDF Writer like a... -
Creating objects
Hello, I am using Perl to access the Windows management interface to query information on some Windows boxes through the Win32::OLE module. I am... -
Problem creating objects not as dbo
I have a problem with people logging on as one user, but sql server keeps changing the owner to dbo. Sometimes the owner name will be their loggin...



Reply With Quote

