How to embed PDF document file into the page on Shopify

Hura Product Showcase Builder

Generally, a hyperlink is used to link a PDF document to display in the browser. HTML anchor link is the easiest way to display a PDF file.

But if you want to display PDF document on the web page, PDF file need to be embedded in HTML.

Use the following code to embed PDF file in the HTML web page.

Now we will show how you can control the PDF document view on the web page. Using parameters in URL, you can specify exactly what to display and how to display PDF document.

The following parameters are commonly used to embed PDF file in HTML or open in the browser.

  • page=pagenum – Specifies a number (integer) of the page in the document. The document’s first page has a pagenum value of 1.
  • zoom=scale – Sets the zoom and scroll factors, using float or integer values. For example, a scale value of 100 indicates a zoom value of 100%.
  • view=Fit – Set the view of the displayed page.
  • scrollbar=1|0 – Turns scrollbars on or off.
  • toolbar=1|0 – Turns the toolbar on or off.
  • statusbar=1|0 – Turns the status bar on or off.
  • navpanes=1|0 – Turns the navigation panes and tabs on or off.

You can specify multiple parameters in URL. Each parameter should be separated with either an ampersand (&) or a pound (#) character. Actions are executed from left to right and later actions will override the previous actions.

URL with parameters looks like the following.

You can hide or remove the toolbar, navpanes, and scrollbar of the PDF file opened in HTML <embed> using parameters in URL.

Use the following code to embed PDF document in the web page and remove or hide toolbar of embedded PDF.

DEMO

Another way of adding a PDF file to your HTML document is using the <iframe> tag. It allows to set also your preferred width and height. To have the code, copy the below code:

Hura Theme Blocks

You may also like...

2 Responses

  1. Richard says:

    Hi there,

    I have a csv file i import with stock-sync app it has a URL to a PDF Product Spec Sheet. I want to be able to use Stock-sync to import that URL with PDF to a custom metafield i have allocated to a specific location on my product page liquid template. How would i add your code using the metafield so it imports and unpacks the pdf spec sheet in this location.

  2. NASEEM AKBAR says:

    how to delete a pdf link from shopify site and also it should delete for the people i have sent

Leave a Reply

Your email address will not be published. Required fields are marked *