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

Documentation
1.0.0
  • The required HTML needs to be written by the Developer specifying the format of the PDF and having dynamic parameters.
  • Written HTML should be stored as Resource.(Inside Service Module)
  • Mustache JS should be added in CW(Common Widget) Module.
  • Dynamic Data (Parameters) needs to be Serialized.
  • HTML Resource files Binary content should be converted to Text.
  • Javascript element will be used to Render the Template Data(Mustache JS).
  • HTML2PDF_CONVERTER Forge component have to be installed(Gets installed automatically)for converting the HTML Text to PDF.

Output of the Javascript used for rendering the Template to be given as input to HTML2PDF_Converter component.

  • The Converter will return Binary Data of the generated PDF which can be downloaded.
  • Your PDF having the Dynamic Values will be Downloaded.