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.44k stars 486 forks source link

New Textbox Component #2718

Open hodish1 opened 2 months ago

hodish1 commented 2 months ago

A new Textbox component in the docxjs library, allowing users to add textboxes to their Word documents programmatically. This feature enables the creation of customizable text containers that can be positioned and sized within the document,

Fixes: https://github.com/dolanmiu/docx/issues/2219