Ziv-Barber / officegen

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.65k stars 470 forks source link

How to set page margins while creating Word document from JSON ? #378

Closed mahesh-chotrani closed 3 years ago

mahesh-chotrani commented 4 years ago

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.

mahesh-chotrani commented 3 years ago

It seems pageMargins works irrespective of whether we are creating document by JSON or otherwise.

So closing the ticket.