0

This is word templates and parameters which I want to replace:

enter image description here

Tommy
  • 2,355
  • 1
  • 19
  • 48
  • Have a look here for some interesting ideas how to manage the embed: https://stackoverflow.com/a/27958186/3623608 – Tommy Oct 30 '18 at 10:12

1 Answers1

0

Your need is very specific and I am sure there is nothing out of the box in Angular. However there are libraries using which you can create your own Angular Service. One such library is https://webodf.org/ This api is in javascript, you can find the functionalities you need in the this api and create a Angular Service wrapper on top of it.

ravi kant
  • 91
  • 2