Table of Contents

This page has been moved, the new location is https://support.realgeeks.com/hc/en-us/articles/360043670353.

Embedding PDF Files

Here are some quick steps on how to embed a PDF file into one of your content pages:

1. Upload the PDF to your FileBrowser.

2. Go to the Content Page you would like the PDF to be displayed on and click the image upload icon and click the “Insert” button next to your pdf. Don't click the “Ok” button. You would need to copy the url of the pdf file.

3. For this step, you have two options:

Example Code

  <p><embed src="https://u.realgeeks.media/rg-test-brittany/checklist.pdf" width="100%" height="800" internalinstanceid="22" /></p>

Notes

The specific dimensions used in this example work well on a Blank Template Content Page. You also have the option to adjust the width and height of the box that contains the PDF. In the above example, the width is set to 100%, and the height is set to 800px, you can set these numbers to better suit the needs on your site.

If you want to add a lead capture form to pop up on the page first, then you would need to go to your content page and create a custom capture form for that page. To learn how to create custom content forms, click here.