# Ideas on best approach to generating PDF reports (Monthly Sales report)

**URL:** https://community.glideapps.com/t/ideas-on-best-approach-to-generating-pdf-reports-monthly-sales-report/68844
**Category:** Ask for Help
**Created:** [December 19, 2023, 10:32am UTC](https://community.glideapps.com/t/ideas-on-best-approach-to-generating-pdf-reports-monthly-sales-report/68844 "2023-12-19T10:32:32Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [December 19, 2023, 11:10am UTC](https://community.glideapps.com/t/ideas-on-best-approach-to-generating-pdf-reports-monthly-sales-report/68844/4 "2023-12-19T11:10:18Z")

</div>

This one from @Loqode could work on starter.

> [@mortar\_board Create Unlimited FREE PDF's (No Integrations/Fees)](https://community.glideapps.com/t/create-unlimited-free-pdfs-no-integrations-fees/62116/16):
>
> You can definitely create the invoice you linked! It will take a little knowledge of HTML to get it done, but it’s 100% possible. An example of the simplest HTML you could try is: // Most Basic \<h1\>Invoice #123\</h1\> // Or a basic table: \<table\> \<tr\> \<th\>Name\</th\> \<th\>Email\</th\> \</tr\> \<tr\> \<td\>Marco Volpato\</td\> \<td\>teacher@loqode.com\</td\> \</tr\> \</table\> The table will look as follows in the pdf: Name Email Marco Volpato teacher@loqode.com …

---

_[View the full topic](https://community.glideapps.com/t/ideas-on-best-approach-to-generating-pdf-reports-monthly-sales-report/68844)._
