Open hydra1983 opened 3 years ago
I got a solution based on docxtemplater here, so I think it should be not hard to achieve. Maybe a function named merge can be added to TemplateHandler:D
docxtemplater
merge
TemplateHandler
Interesting idea and a good reference, thanks.
We need this feature and I think it's very useful to insert a DOCX file inside of a template.
I got a solution based on
docxtemplater
here, so I think it should be not hard to achieve. Maybe a function namedmerge
can be added toTemplateHandler
:D