# Generate Printable Card with Barcode or QR Code

**URL:** https://community.glideapps.com/t/generate-printable-card-with-barcode-or-qr-code/79299
**Category:** Ask for Help
**Created:** [January 18, 2025, 3:56am UTC](https://community.glideapps.com/t/generate-printable-card-with-barcode-or-qr-code/79299 "2025-01-18T03:56:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RyanThomas](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@RyanThomas](https://community.glideapps.com/u/RyanThomas)
#### Post date: [January 18, 2025, 3:56am UTC](https://community.glideapps.com/t/generate-printable-card-with-barcode-or-qr-code/79299/1 "2025-01-18T03:56:36Z")

</div>

I have an app now that uses Google Sheets to load items into a card that generates a QR code for a link so I can easily re-order items in my inventory. The final card looks something like this.

 ![Screenshot 2025-01-17 at 7.52.31 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/9/89972d77d0ac82051497eba4adeda177dfb544d4.png)

I’m curious to see if I can do this all in glide or do something that would allow me to print from the app or create a PDF that I could then print.

I tried using the PDFMonkey integration as I do have the paid plan of glide and I’m trying to avoid paying for PDFMonkey. Seems like they don’t have a barcode font built in, I can’t use an external font, and I can’t pass images from glide to it.

Is there any other way to accomplish this?

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [January 18, 2025, 11:43am UTC](https://community.glideapps.com/t/generate-printable-card-with-barcode-or-qr-code/79299/2 "2025-01-18T11:43:58Z")

</div>

If you use the barcode inside Glide and then use the image URL on the pdf monkey, it should work.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 19, 2025, 12:17am UTC](https://community.glideapps.com/t/generate-printable-card-with-barcode-or-qr-code/79299/3 "2025-01-19T00:17:02Z")

</div>

> [@HTML to PDF](https://community.glideapps.com/t/html-to-pdf/76377):
>
> Hello everyone I want to share one technique for converting HTML content to PDF Just use AI to create an html script that converts html to pdf. Then place it in the Glide template column so that you can dynamically update the content. Then use this template in the Glide Integrations\Browser\HTML to URL column. Finally, use the results from the Glide HTML to URL column in the Glide Web Embed component. May be someone already showed this trick early, but i want to share it again. [[Gl…](https://www.youtube.com/watch?v=bOq2GNCU4P0)

Perhaps you can do something like this.

As an avid PDFMonkey user, I would still vouch for it. I’m not sure if they allow loading base64 images on the free plan though.
