🔥 Just Launched! Werra Premium Template for HyväSee it in Action

How to Add PDF to Shopify Product Page? (No App Required)

By Sanjay JethvaUpdated on Jul 15, 2025 5 min read

Do you want to add PDF to Shopify product pages? Follow this step-by-step tutorial on how to do it.

Shopify product description is a great way to communicate product information with customers. Yet, they fall short when some products require additional information, like a detailed technical user manual. If you’re selling such products, you need to add a PDF to Shopify product pages to help the customers make a simple choice.

In this tutorial, learn different ways to add PDF to Shopify product pages.

Why Upload PDF to Shopify Product Pages?

There can be various reasons to add a PDF to the Shopify product page, such as you can offer:

  • Detailed user manual or instructions for the product
  • Size charts for the products in PDF format
  • PDF product catalogs for offline access
  • Extra resources for training

Let’s uncover the step-by-step method to how to add PDF to a Shopify product page.

How to Add PDF to Shopify Product Page?

In Shopify, you can upload a PDF file in Content/Files and then use its URL to create a ‘Download PDF’ link.

Here’s how to do it.

Step 1: Upload PDF to Shopify

To add a PDF attachment to the Shopify product page, go to Content > Files in the admin.

Go to files and upload pdf

In the Files, click the “Upload files” button on the top-right and select the PDF to add to Shopify product page. Once uploaded, click the link icon against the file to copy its URL.

Upload PDF to Shopify and copy its link

We’ll use this link to add PDF attachment to Shopify product.

Step 2: Add PDF URL on Shopify Product

To add PDF to product page, edit the product description source code and add download link using HTML tag. Let’s learn how to add a PDF to a Shopify product page.

In the Shopify admin, go to Products and select the product you want to add PDF to.

Select Shopify product to add PDF to

In the product editor, click the </> icon in the Description section to switch to the HTML text mode.

Now, add the following code snippet in the source code where you want to add “Download PDF” button:

<a class="button" href="your-pdf-url-here">Download PDF</a>

In the above code, replace the your-pdf-url-here with the actual URL of the PDF that you copied earlier.

Add a PDF to Shopify product page via link tag

Click the “Save” button to apply changes. And you’re done with adding PDF to Shopify product page.

Step 3: Check PDF Link on Shopify Product Page

Once you’re done with the above steps, check the product page to see if the PDF has been added. Here’s what it looks like in our example:

Download PDF button on Shopify product page

Note: The “Download PDF” button is stylized as per the class we used for the link tag. You can use a different class or apply an in-line css code to modify its look.

Bonus Tip: How to Embed PDF on Shopify Product Pages?

You can embed PDF on Shopify product pages to make it easy for visitors to access it directly on the page. This eliminates the need of downloading the PDF file and can be helpful in certain cases like displaying size charts.

The method to embed a PDF file on Shopify product page, you can use iframe to render the file on the page.

Follow the same steps mentioned above to upload PDF to Shopify and copy its URL. Open the product page where you want to embed PDF and use the following code:

<iframe src=”your-pdf-url-here” width=”600” height=”500”></iframe>

In the above code replace the your-pdf-url-here with the actual PDF URL. You can also modify the height and width of the iframe as per your needs.

Add code to embed PDF in Shopify product page

Once done, click “Save” to apply the changes.

Here’s what an embedded PDF on Shopify product page looks like:

PDF added to Shopify product page
Shopify PDF Product Catalog

Turn products into PDF catalogs that your customers can download, print, and share.

Get App

Other Helpful Shopify Tutorials & Resources

We discussed the two ways to add PDF to products. Go ahead and try uploading downloadable PDFs to Shopify product pages.

And if you loved reading this step-by-step tutorial, here are some additional reads:

Sanjay Jethva Full Image
Article bySanjay Jethva

Sanjay is the co-founder and CTO of Meetanshi with hands-on expertise with Magento since 2011. He specializes in complex development, integrations, extensions, and customizations. Sanjay is one the top 50 contributor to the Magento community and is recognized by Adobe. His passion for Magento 2 and Shopify solutions has made him a trusted source for businesses seeking to optimize their online stores. He loves sharing technical solutions related to Magento 2 & Shopify.