Shopify Customer Account Extension UI - PDF generation

Topic summary

A developer is working on a customer account full page extension in Shopify and needs to implement PDF generation functionality.

Current Setup:

  • Quote details are fetched from a custom database and displayed on the customer account page
  • A “Generate PDF” button has been added to the interface

The Challenge:
The developer is seeking guidance on:

  • Whether Shopify provides a default/built-in method for PDF generation in customer account extensions
  • Which package or library would be appropriate for this use case

Status: The discussion is ongoing with one community member seeking clarification about the requirements. No solution has been provided yet.

Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

Hi Team,

I want to generate a pdf of quote details when clicked on a button in customer account extension code. Is there any default way to implement this. Which package should I use? It would be great if anybody could help me with this?

Hello @1256 ,

I hope you are well!

Can you please elaborate the details? Like, you want the customers to fill the form and based on the input data you will generate the PDF which will show at customer account page? Did I understood right?

Hi @AiTrillion

Thanks for your reply. I am good. Actually I am fetching quote details from custom database in my the customer account page using customer account full page extension and I have placed a button like Generate PDF and on clicking it must generate a pdf with the quote details.