Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ManojR@adobeforums.com #1
Acrobat Standard 9 : app.viewerVersion is throwing error.
I'm using Acrobat 9 standard in Windows platform.
I have a vb 6.0 application and I have to find the version of
Acrobat installed on the user machine. I'm using the below code but it is throwing error :
Error Message:
"
Run-time error '-2147417851 (80010105)':
Automation error
The server threw an exception "
How can I find the version of Acrobat available in a
machine? The below code works with Acrobat 8.0
installed machine but fails with Acrobat 9.0 standard
Dim oAVDoc As Acrobat.CAcroAVDoc
Dim oPDDoc As Acrobat.CAcroPDDoc
Dim oJSO As Object
Dim iOK As Boolean
Private Sub Form_Load()
Set oAVDoc = CreateObject("AcroExch.AVDoc")
iOK = oAVDoc.Open ("<< required parameters>>")
Set oPDDoc = oAVDoc.GetPDDoc
Set oJSO = oPDDoc.GetJSObject
MsgBox (oJSO.App.viewerVersion)
ManojR@adobeforums.com Guest
-
how come this is throwing a error
I am trying to put a view stack function in this example in a class ... -
PayPal Extension throwing and error
I just installed the PayPal extension into Dreamweaver 8. I upgraded from MX recently, but just installed this extension today. It is throwing an... -
Error 2753 installing Acrobat 6 Standard
I have upgrade my Win98SE to Windows 2000 Pro and have tried installing Acrobat V6 Standard. (I was using V5 until now) The installation crashes... -
Acrobat 6.0 Standard upgrade from Acrobat 4.0 in Windows 98
Acrobat 4.0 has always worked just fine on my Toshiba Satellite laptop (Pentium 2/350, 64Mb RAM, 2.3 Gb free diskspace) running Windows 98... -
Bookshelf in Acrobat Standard vs. Acrobat Professional
Are there any significant differences; Right now, I find the Bookshelf somewhat useful, but a bit cumbersome to use. For example, you can't easily...



Reply With Quote

