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.
2. 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.