dynamic-html-to-pdf
Reactive icon

Dynamic HTML To PDF

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 16 January 2024
 by 
5.0
 (1 rating)
dynamic-html-to-pdf

Dynamic HTML To PDF

Details
Create dynamic HTML To PDF
Read more

Create dynamic HTML To PDF with help of Mustache JS.

Create a simple template

<h2>Hello {{name}}</h2>
<small>You have just won {{amount}}!</small>
<p>Well, {{text}}, after taxes.</p>

In the above template the fields within the curly braces ({{}}) can be:
keys of a Map object

Given the following hash:

{
  "name": "Chris",
  "amount": "10000 dollars",
  "text": "6000.0 dollars"
}

Will produce the following:

Hello Chris
You have just won 10000 dollars!
Well, 6000.0 dollars, after taxes.


Release notes (1.0.1)

improve some enhancements and remove unused dependencies.

License (1.0.1)
Reviews (0)
Team
Other assets in this category