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.06k stars 463 forks source link

Text Frame not working correctly after save to docx file, and not support for almost doc viewer #2670

Open Sariln opened 2 months ago

Sariln commented 2 months ago

I try to make a Text Frame that like below :

Screenshot 2024-04-09 at 10 29 50 in the morning

but always it give me that :

Screenshot 2024-04-09 at 10 11 22 in the morning

and when I try to open on other viewer it not support Text Frame :

Screenshot 2024-04-09 at 10 20 08 in the morning

my code :

Screenshot 2024-04-09 at 10 51 12 in the morning

version : 8.5.0

Text Frame it hard to make and edit compare to Draw Text Box, so how can I fixed it or can we have Draw Text Box feature instead of Text Frame. Thank you