Way to generate good looking pdf from table result?

Hi which alternative i have to generate good looking pdf from table result? im creating a inventory system that need to generate purchase order in pdf to send to supplier.

thank you

Hey @agaitan026 , we have several options for generating PDFs:

Or you can use an iframe with a print button, and let the user print to PDF:
https://app.appsmith.com/app/iframe-print-button/page1-62e809fb4003a7259a30529d

And soon we’ll be releasing our custom JS libraries feature, so you can use jsPDF or other libraries to generate the document. We’re also planning to release a template for this exact use case once the JS library feature launches. But for now, the 3rd party APIs are probably the best approach.

2 Likes

Sounds good thank you