978 B
978 B
Examples
Simple
A simple hello world of the docx
library:
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo1.js
Styles
This example shows how to customise the look and feel of a document using JS configuration
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo2.js
Styles
This example shows how to customise the look and feel of a document using JS configuration
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo3.js
Table
Example of simple table
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo4.js