cookbook
cookbook copied to clipboard
How do I export data like grid or any DTO class to PDF
What will this enable for the user? As a user of the application, I want to export data to PDF file and allows user to download it.
Recipe tags (optional): PDF
**Related tags (optional):**PDF
Hi! Not a ready made example, but hints to get this done: There is an (updated) example that allows downloading a CSV file. PDF is pretty much the same, but you need to generate the PDF with some PDF generation library.