Package Exports
- commonform-docx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commonform-docx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
numberingproperty whose value is an abstract numbering
It may contain:
a
titleproperty whose value is a stringan
editionproperty whose value is a stringa
hashproperty whose value istrueorfalsea
markFilledproperty whose value istrueorfalse
The function returns a JSZip Object primed with .docx document data.