Skip to main content

How to embed or display a pdf within a revize webpage

Updated over a week ago

Creation Date: Oct 01, 2025

Created By: revize. The Government Website Experts


1. The PDF must be linked somewhere on the website in order to display it within a webpage. Once the PDF link is available, click on it to open the document and copy the URL. Then, go to the page where you want it to be displayed and click on the “Edit Page Content” button.

The PDF must be linked somewhere on the website in order to display it within a webpage. Once the PDF link is available, click on it to open the document and copy the URL. Then, go to the page where you want it to be displayed and click on the “Edit Page Content” button.

2. In edit center area, Click on Source code button

In edit center area, Click on Source code button

3. Adding the Iframe

Now, use the following iframe code wherever you want the PDF to appear within the source code. If you’d like to place it below existing text or content, we recommend adding a <br> tag to create space between the content and the PDF.

<iframe      src="https://webgen1files1.revize.com/testcountylibrary/Documents/test_lorem.pdf"      width="100%"      height="800px"      style="border: none;"> </iframe>

Simply replace the source link (https://webgen1files1.revize.com/testcountylibrary/Documents/test_lorem.pdf) with the link to your desired PDF.

Adding the Iframe

4. Click on Save

Click on Save

5. Save the page

Save the page

6. The PDF will be displayed within the page content.

The PDF will be displayed within the page content.
Did this answer your question?