0Day Forums
Acrobat AcroExch.App member not found error jscript ActiveXObject - Printable Version

+- 0Day Forums (https://0day.red)
+-- Forum: Coding (https://0day.red/Forum-Coding)
+--- Forum: JScript (https://0day.red/Forum-JScript)
+--- Thread: Acrobat AcroExch.App member not found error jscript ActiveXObject (/Thread-Acrobat-AcroExch-App-member-not-found-error-jscript-ActiveXObject)



Acrobat AcroExch.App member not found error jscript ActiveXObject - priscillaprise262 - 07-24-2023

I have a simple jscript program using Adobe Acrobat's [Interapplication Communication API][1].


var AcroApp = new ActiveXObject("AcroExch.App");
AcroApp.Exit;


I receive the following error executing the second line:

> Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))

When `AcroApp` is instantiated, it shows as an ActiveXObject. However, I'm stumped, any ideas?

[1]: