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

issue with putPageBreak() #293

Open ghost opened 5 years ago

ghost commented 5 years ago

putPageBreak() works and add a new page but after 2 or 3 lines after "EOP" word in my data in below code:

if (data[i].data === "EOP") { docx.putPageBreak(); }

note that createP() works correctly.

Ziv-Barber commented 5 years ago

Can you please provide an example code? thanks