commonform-docx
v9.3.0
Published
render Common Forms in Office Open XML (Microsoft Word .docx format)
Downloads
47
Maintainers
Readme
commonform-docx
render Common Form objects in Office Open XML (Microsoft Word .docx
format)
The exported function takes three arguments:
a Common Form
an Array of fill-in-the-blank values
an options Object
The options object must contain:
- a
numbering
property whose value is an abstract numbering
It may contain:
a
title
property whose value is a stringan
version
property whose value is a stringa
hash
property whose value istrue
orfalse
a
markFilled
property whose value istrue
orfalse
The function returns a JSZip Object primed with .docx
document data.