In many projects, there’s a requirement to export reports, dashboards, invoices, or charts into PDF format for sharing or archiving.Since OutSystems does not provide a native "Export to PDF" widget, we typically use JavaScript libraries like html2pdf.js (which combines html2canvas + jsPDF) to capture HTML content and generate a PDF file.
html2pdf.js
html2canvas
jsPDF