1.6 KiB
Examples
All examples can run independently and can be found in the
/demo
folder of the project
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
Numbering
This example shows many levels of numbering
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
Images
Importing Images from file system path
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo5.js
Margins
Example showing how to set custom margains
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo6.js
Orientation
Example showing how to set the document to landscape
or portrait
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo7.js