Does this package REPLACE template instead of BUILD a docx file? #927
weilies
started this conversation in
Ideas / Requests
Replies: 1 comment 1 reply
-
Nope this package does not use any templates This package builds a Word document from scratch using TypeScript. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greeting gurus,
I am new to this package. I have glance through the examples but still doesn't get my answer.
https://github.com/dolanmiu/docx/blob/master/demo/30-template-document.ts
Does this package similar to following two? REPLACE the template variable and generate a complete .docx word doc?
Instead of generate the whole doc via code?
My use case is simple, user simply upload a word doc (template with few template variables)

Thanks for the input
Beta Was this translation helpful? Give feedback.
All reactions