dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

Home Page:https://docx.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sariln opened this issue · comments

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