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??
How to make a docx file, requires some custom plugin when opened
113 Views Asked by Pancham Kumar At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in ADD-IN
- Office add-in for save location
- Using Registry to install Excel AddIn
- Excel COM Add-in not loaded after using Visual studio performance profiler
- Prevent Excel from saving UDF path to formula cells
- Way to capture double click to open file?
- Debugging class library - Target App "out of memory"
- Create Ribbon for OneNote 2013 32bit and 64bit
- Store a Workbook within an xlam file
- Event: Before Outlook close
- How to add manually written extension to Internet Explorer 11?
- Outlook Ribbon XML - Only one instance for all inspectors
- Get list of active connections from SSMS addin
- How can I find the location of DLLs included as resources in an outlook add-in for use with DllImport
- Creating a custom Add-in for Excel 2016 and it is not available from the My Add-In menu
- How to create an addin with a toolbar in it
Related Questions in OFFICE-ADDINS
- Word Addin not working in 64bit office but working on 32bit office
- change the Label of a button in ribbon word add in
- Word add-in - ribbon
- How to capture "Print Tab" click event at the backstage in Outlook 2010 ?
- how to use built in functions for excel in office app development
- Assigning Custom Unique IDs to Word 2013 OpenXML Elements
- How can I restrict MS-Word to pre-defined styles but still allow inline format changes
- Persisting data in word document using office add-in
- How to get working Dialog API of OfficeJS API with Outlook 2016 desktop client
- Detecting a sort in officeJS Excel
- Insert Excel validation list in excel using Javascript
- Saving Custom property using OfficeJS API doesn't persist on Exchange for long time
- How to write a 'field' as link in microsoft word addin using javascript API
- What should I implement for a small popup control in a VSTO project?
- After deleting WebExtensionPart from WordprocessingDocument document get corrupted
Related Questions in ASPOSE.WORDS
- Table in Word document with n columns to fit as per page size and allow truncated columns to break across page using Aspose.words for .Net
- HTML export word the image can't vertical center by Aspose.Words
- Custom pipes in Aspose.Words for .NET
- How to make a docx file, requires some custom plugin when opened
- Reporting system on Aspose.Word / C#
- Aspose.Word page number in right margin
- Aspose.Word template foreach syntax
- Upgrading dependent DLL without recompiling the whole application
- Insert empty paragraph using insertHtml
- How can I get rid of blank pages in aspose.words?
- How to read word each page?
- Aspose Word custom Footer for each page
- Aspose LINQ Reporting automatically starts a new page
- groupdocs word file merge issue
- Issue with adding Headers/Footers to PDF
Related Questions in WORD-ADDINS
- dynamic content control mapping for MS word c#
- Word add-in - ribbon
- Assigning Custom Unique IDs to Word 2013 OpenXML Elements
- How to write a 'field' as link in microsoft word addin using javascript API
- How to make a docx file, requires some custom plugin when opened
- Using Word.SearchOptions in an Office Add-In
- Why change file2 status, file1 also changes in Ribbon on word add in VSTO
- Word ribbon customization of native Office commands
- How to change lable of button on Ribbon (Word Add In VSTO) when click button at CustomTaskPane
- How to create Installable Package for MS Word for Mac?
- Setting title to displayDialogAsync() dialog box in Microsoft Office Add-In
- Searching list items in word document but the list items not be found inside of tables
- How to create customized Add Comment in Word-Addins?
- Word Add-In Set Data as HTML changes font type
- The returned text by "context.document.getSelection()" not runs for special characters
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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: