Insert HTML in Templates
Ora puoi anche aggiungere direttamente sezioni HTML e formattazioni a modelli per popolare i dati. Puoi usare la seguente sintassi per inserire l’HTML
<<[token] -html>>
Per i dati seguenti, vediamo come possiamo progettare la 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."
}
Puoi preparare il modello per includere questa struttura HTML come la seguente -
<<[apicalls] -html>>