Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,We want to control office docs properties like Readonly,Print, save etc using openxml in our node.js project, we already sorted out mechanisms for reading and writing openxml with JSZip, need help to restructure and parse the openxml context to a present document then we can make this work.can you guys please suggest any recommendations, thanks in advance.....

What I have tried:

We are able to find the code samples in .net, but not in Javascript
Posted
Updated 28-Jul-19 16:36pm

1 solution

Search for OpenXML in npm or look on github. There are a few node modules to manipulate docx files, even a node.js port of Eric White's (the father of OpenXML) OpenXML SDK. Now you have the buzzwords: node.js, docx, OpenXML and Eric White. Go for it!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900