jsdocx
Generate .docx files from JS
In the past I had the necessity to generate Microsoft Word’s documents (.docx) on-the-fly from JS.
I’ve found several existing libraries, but they didn’t match my needs, so I decided to go with my own solution.
That’s how jsdocx was born!
TECH: Javascript, HTML5, CSS3