Next.js - Creating DOCX files from a DOCX template
Unanswered
Highlander posted this in #help-forum
HighlanderOP
I have a docx template file. This template file contains graphics, lists and texts.
My question is this:
How can I change the dynamic data in the Next.js application by exporting it to the graphics in the file as graphic data?
I use "docxtemplater" to make dynamic changes to the DOCX template file from within the application, but the subscription fee required to use the chart module in it is too high.
Is there another package or module that I can use as an alternative to this?
My question is this:
How can I change the dynamic data in the Next.js application by exporting it to the graphics in the file as graphic data?
I use "docxtemplater" to make dynamic changes to the DOCX template file from within the application, but the subscription fee required to use the chart module in it is too high.
Is there another package or module that I can use as an alternative to this?