Fields - HTML Support
You can pass HTML as a field value to get the dynamic formatted text inside the output Document.
You need to add an "*" in front of your field name The final syntax should be: {*fieldName}
Supported HTML Tags
There is a limited number of HTML tags that you can use for HTML to Document conversion here is the list:
Inline styles
Experimental: Documentero can also parse styling properties. Keep in mind that specific styles work only on specific elements, and if a value is unrecognized or cannot be converted into the document format, the styling will be omitted.
Links
If you pass link elements they will be added as clickable hyperlinks to your document
Page Breaks
Pass div element with class 'page-break' or style property 'page-break-after'
Mermaid Diagrams
Hints
Font settings for text in HTML content will be inherited from your template's Regular Text Styling Settings. You can change them in your document template styling unless they are explicitly defined with styling properties.
Unknown tags in HTML will be omitted in the output document.
HTML tags cannot be used inline with other text or bindings. Use them in a separate paragraph:
Last updated