Ui Builder Page to PDF export
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 01:12 AM - edited 03-10-2023 01:14 AM
Can any one help me to convert my UI BUILDER PAGET TO PDF to download it. i have created a page which does not belong to any table or form its a custom page now i would like to have a button on it to download as PDF. Please advise.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 01:47 AM
Hi @mdeepu433 window.print(); is an easy solution here. If you have a more specific use case, I've had good luck using jsPDF: https://github.com/MrRio/jsPDF
Please mark it helpful if it helps...
Thanks,
Sonia
Client-side JavaScript PDF generation for everyone. - parallax/jsPDF