Here I'm back again.
I have a word template with some fields to fill and I would like to use this template in my Angular 2 application to generate the same word with fields filled (with an object).
As I take the data from a database, I need absolutly to use an object coming from a service and I need to use a particular template.
I saw that there was some API like office-js, jsPDF, etc... but I don't know wich one to choose and I don't know how to use them.
What do you guys recommend?
Thank you in advance !