Skip to main content

How to Embed a PDF Onto a Page

Once you are ready, Select the HTML (gear) Icon from the tool menu.

Insert the following code:

 

<iframe
  src="URL Goes Here" 
  width="100%" 
  height="600" 
  style="border:none;" 
  title="embedded PDF">
</iframe>

 

Insert the url location in the "url" field