Standalone Office Open XML files (Microsoft Office 2007 and later) generator for Word (docx), PowerPoint (pptx) and Excell (xlsx) in javascript. The output is a stream.
MIT License
2.66k
stars
471
forks
source link
How to set page margins while creating Word document from JSON ? #378
From the documentation, it seems that there is
pageMargins
which can be used while creating a Word document using methods.But I could not get it working while creating a word document from JSON.