Append text to docx without using handlebars template? #2276
Replies: 1 comment
-
It would be possible if it was a feature, but it is not a feature im afraid, so therefore, currently, it is not possible |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to read an existing docx file, append some text to it, and then save as a new file without having the mustache template in the source file? It seems it should be possible as patching shows how to read/modify/save, but the modification is only applied to a specific piece of text that has been templatized, whereas I would like the ability to simply append text to the original doc, even if it is saved as a new doc.
Beta Was this translation helpful? Give feedback.
All reactions