Hi,
I need to export contents of table records into Pdf (same as export to excel) and want to download that pdf file. How I can achieve this?Please suggest me.
Thanks and Regards,
Amit Joshi
Hi Amit,
There are a few options you can consider.
https://www.outsystems.com/forge/component/209/html2pdfconverter/
https://www.outsystems.com/forge/component/466/itextsharp/
Or try to render the table records on the screen using CSS according to what you like to show on PDF, then use the browser's built-in export to PDF feature, as in print to PDF.
Hope this helps.
Boney
Hi Boney,
Thank you very much. It is very helpful for me.
Amit Joshi wrote:
Can u share your oml how it worked?
Hi, what method did you use?
This is also what I needed to do but instead of download, I need to attach it to an email with a password.
Tia