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 string -
an
version
property whose value is a string -
a
hash
property whose value istrue
orfalse
-
a
markFilled
property whose value istrue
orfalse
The function returns a JSZip Object primed with .docx
document data.