Hi All,
how to Print screen and Save screen as PDF when click the "print" button for Web Active app?
Thank you
Regards,
Ryan
Hi,
I am not sure what do you mean by Web Active app but you can use below forge components based on your application type:
Traditional Web App
https://www.outsystems.com/forge/component-overview/6911/print-or-export-pdf
Reactive Web App
https://www.outsystems.com/forge/component-overview/9761/reactive-print-pdf-button
There are many other component also on the forge, you can search there based on your specific need.
Hello Ryan,
I would recommend installing the Forge component - Ultimate PDF (there are of course other options as well for you to review)
It is quite easy to use, for instance you drag its 'PrintToPDF' (or PrintToPDF_Advanced) action into your flow and just provide the URL to your screen or web app as shown below.
Happy coding,
AJ
You can try :https://www.outsystems.com/forge/component-overview/209/html2pdfconverter
Thanks