Insert HTML in Templates
现在您可以直接将 HTML 段落和格式添加到模板中以填充数据。您可以使用以下语法插入 HTML
<<[token] -html>>
对于以下数据,让我们看看我们如何设计模板。
{
"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."
}
您可以准备模板以包含此 HTML 结构,如下所示 -
<<[apicalls] -html>>