I have an use case in my web application where user can download a DOCX file that has some custom properties added to it required for our word add-in, open it and do some editing or some other stuff using the word add-in. It worked totally fine when the add-in is already installed in user machine. Otherwise I want to notify(some validation popup) user to install the particular add-in when user tries to open the particular document. Is there any way to add some properties to the document about requirement of the specified add-in? If yes then how? I would appreciate any help??
There is no built-in mechanism in Word to display a message based on a document's metadata. I see two ways you could achieve that: