print-html-report
Reactive icon

Print Html Report

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 Feb (23 hours ago)
 by 
0.0
 (0 ratings)
print-html-report

Print Html Report

Documentation
1.0.0

Options  

 

  • PrintHtmlReport 
  • Generates a print-ready document from dynamic HTML content, with optional custom CSS injection, and triggers the browser’s native print dialog optimized for A4 landscape layout. 
  • HtmlContent: HTML markup that will be rendered inside the print document. 
  • FileName: Defines the document title used as the default file name in the browser print/save dialog. 
  • ExtendCss: Optional custom CSS injected at runtime to override or extend the base print styles.

 

  

How can i use this component?  

  • You need to use it in a client action; simply pass the HTML and the filename (without the .pdf extension) that will be used when saving. 
    •