Insert HTML in Templates

Ahora también puede agregar directamente secciones HTML y formatos a plantillas para rellenar datos. Puede usar la siguiente sintaxis para insertar el HTML

<<[token] -html>>

Para los siguientes datos, veamos cómo podemos diseñar la plantilla.

{
"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."
}

Puedes preparar la plantilla para incluir esta estructura HTML como la siguiente -

<<[apicalls] -html>>