Hi @ChrisPatrick,
Thanks for reaching out
We don't currently have a feature for printing from Retool, so we often recommend having the user download a pdf from Retool and they can manually print the download. We have a generate PDF feature, but it's relatively limited. There are some creative solutions from our community involving custom code and external libraries. I typically recommend checking out these topics when printing or working with PDFs in Retool:
- How to Print a PDF? (This post uses the legacy custom React component, but it could be refactored for the new version of custom React components)
- Tutorial: Making PDF's in Retool (A more general discussion and external blog post on pdfs in Retool)
- Handlebars to PDF Component - #23 by bradlymathews (Again, this post uses the legacy custom React component, but it could be refactored for the new version of custom React components)