Hyperlinks in Templates

Modern documents very commonly use hyperlinks. Links to websites have now become an essential part of invoices, contracts, quotes, legal documents, reports, etc.

In this section let us see how can hyperlinks be added to documents. The following syntax in a template can help you insert a hyperlink in a document -

<<link[linkUrl][linkDisplay]>>

The JSON data can be structured like -

{
  "linkUrl": "https://dev.pdf4me.com/",
  "linkDisplay": "PDF4me API Website"
}