-
1. Re: How to get version information from COM object created using 'AcroExch.App'
lrosenth Oct 19, 2011 4:35 AM (in response to rejeeshs)Use the JSObject and the app.version API
From: Adobe Forums <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-102137029-8igo-2-2dafz@mail.forums.adobe.com<mailto:jive-102137029-8igo-2-2dafz@mail.forums.adobe.com>" <jive-102137029-8igo-2-2dafz@mail.forums.adobe.com<mailto:jive-102137029-8igo-2-2dafz@mail.forums.adobe.com>>
Date: Wed, 19 Oct 2011 04:23:52 -0700
To: Leonard Rosenthol <lrosenth@adobe.com<mailto:lrosenth@adobe.com>>
Subject: How to get version information from COM object created using 'AcroExch.App'
How to get version information from COM object created using 'AcroExch.App'
created by rejeeshs<http://forums.adobe.com/people/rejeeshs> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3979295#3979295
-
2. Re: How to get version information from COM object created using 'AcroExch.App'
rejeeshs Oct 20, 2011 4:57 AM (in response to lrosenth)thanks Irosenth.
Can you please give me some sample code.?
Is there any option to get the installed version information from the object "App" in the below given code (VB.Net):?
Dim smType As System.Type = System.Type.GetTypeFromProgID("AcroExch.App")
Dim App = Activator.CreateInstance(smType)
-
3. Re: How to get version information from COM object created using 'AcroExch.App'
lrosenth Oct 20, 2011 5:30 AM (in response to rejeeshs)No, the only optiion that I am aware of is via the JSObject bridge.
Sample code in the SDK.
From: Adobe Forums <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-2122794122-8igo-2-2dc7k@mail.forums.adobe.com<mailto:jive-2122794122-8igo-2-2dc7k@mail.forums.adobe.com>" <jive-2122794122-8igo-2-2dc7k@mail.forums.adobe.com<mailto:jive-2122794122-8igo-2-2dc7k@mail.forums.adobe.com>>
Date: Thu, 20 Oct 2011 04:57:11 -0700
To: Leonard Rosenthol <lrosenth@adobe.com<mailto:lrosenth@adobe.com>>
Subject: How to get version information from COM object created using 'AcroExch.App'
Re: How to get version information from COM object created using 'AcroExch.App'
created by rejeeshs<http://forums.adobe.com/people/rejeeshs> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3981584#3981584


