Question
Adobe Reader Javascript Open .DOC
I just tried to many code from internet to open automatically .doc which are attached in PDF but i get this : "Cannot open type of application/msword"
I tried this:
var oDoc = openDataObject("image.doc"); console.println(oDoc.path);I tried to find another function which are specify the type of the document and to can open it in Microsoft Word!
Regards
