dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.24k stars 479 forks source link

The same table may appear on different pages #2647

Open xiaowen-Ren opened 6 months ago

xiaowen-Ren commented 6 months ago

After exporting a Word document, I found that if the table is at the back of the page, it may be exported to two different pages. What should I do to make the table on the same page instead of separate pages.