I am trying to open a java Desktop application(call it MyApplication.jar file written in Swing). I can open this java application using VBA macros code.
I want to open it saving the word document. means when user press save it should not allowed to save the word but open the MyApplication.jar(My desktop application) in which user can fill some meta data about the document and after that user can save the document.
I tried Jacob library which use ActiveX Control in java to interact with word document but I want to open my desktop java application while saving the document.
I am unable to find some good example/library to do the same. Any help would be greatly appreciated.
Thank you.