Añade un campo de texto
How to add a Rich Text Content Control
For this tutorial is recommended to have followed the Getting started tutorial.
We're gonna start with an empty document and the Docxmerge Add-in opened.
We're going to write down "My name is David".
Let's select David and click the first icon in the Controls section.
Then click Properties, on the Controls section, and write down name in the Title.
We can turn on Design Mode, to view the field names.
We can then create the template in the Add-In.
We will get a JSON example with the text we wrote, David:
We can change the name to another, for example, Jesus, and click Print.
This is the result PDF:
To integrate the template in your application, you can check the Api Integration document.