How to embed PDF document file into the page on Shopify
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.
1 | <p>Open a PDF file <a href="https://cdn.shopify.com/s/files/1/2981/8208/files/sample-document.pdf">example</a>.</p> |
But if you want to display...