Category: How do I do X?
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Way to Generate Good Looking Pdf From Table Result?

Issue

I need to generate a good looking PDF from table results for my inventory system in order to send a purchase order to a supplier. What are my alternatives?

Resolution

There are several options to generate and print/download content as PDF files.
- You can use [APITemplate.io](http://apitemplate.io/) to generate and download a pdf file. Here is a [sample app](https://app.appsmith.com/app/pdf-files/generatepdf-fromformdata-62a76c1284b913372519db81) that demonstrates how to achieve it. You can fork it to check the code.
- You can [render PDF reports using Carbone.io](https://www.youtube.com/watch?v=xlthDth2S6Q)
- We have a [video on how to use jsPDF with Appsmith](https://www.youtube.com/watch?v=l78J6cldx_s).
- We have a [sample app](https://app.appsmith.com/app/iframe-print-button/page1-62e809fb4003a7259a30529d) on how to use a print button in an iFrame.