Insert HTML in Templates

Now you can also directly add HTML sections and formatting to templates for populating data. You can use the following syntax for inserting the HTML

<<[token] -html>>

For the following data let us see how we can design the template.

{
"apicalls": "<b>PDF4me’s API Calls or Automation calls</b> is the fuel for creating robust and powerful workflows to automate your document jobs. It lets you smoothly access various document generation and management features provided by PDF4me."
}

You can prepare the template for including this HTML structure like the following -

<<[apicalls] -html>>