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 471 forks source link

Possibility to create a new page with options #354

Open LaChips opened 4 years ago

LaChips commented 4 years ago

It would be really nice if we could create a new page inside of, let's say, a docx and specify the orientation, page margin (...) as options. Useful for large table that wouldn't fit inside a portrait mode document.

Ziv-Barber commented 4 years ago

You can use the putPageBreak() method. But you're right, I need to add options to it.

LaChips commented 4 years ago

Thanks ! And thank you for your work, that's sooo helpful !