The HTML2PDF component allows you to convert any HTML content on your OutSystems screens into downloadable PDF files — entirely on the client side using the html2pdf.js library.
html2pdf.js
To install this component from the OutSystems Forge, follow these steps:
Open OutSystems Service Studio.
Go to the Forge tab.
Search for "HTML 2 PDF".
Click Install.
Once installed, it will appear in your environment as a new application named:👉 HTML 2 PDF
Open your application in Service Studio.
Go to Manage Dependencies (Ctrl + Q).
Search for and select the HTML2PDF module.
Import the HTMLString2PDF , Element2PDF action.You can also move the action with all the required reference js files to work directly in your application.