Embed a PDF on my Website
You can add a PDF on any page of your website and make it available as a link, or you can fully embed the PDF within the frame of your webpage.
1. To embed a PDF to your website, your document must be hosted and online and available to the public.
Please note that this method of embedding a PDF requires some knowledge of HTML coding. This tutorial will include the basic code required, however if you require assistance, please contact Jumptools support. Support for this method may be changed in the future.
<iframe src="-- PDF ADDRESS HERE --" height="600" width="600"> </iframe>
- Replace -- PDF ADDRESS HERE -- between the quotation marks with the full pdf address you copied
- Adjust the height and width as needed
- Add any additional iframe attributes if required.
2. From the Page menu on the left, choose the page you want to add content to
If the Page or Chapter you want to add the code to doesn't exist, create it. Click here for instructions.
4. Select the Multimedia type and paste the code
1. Click on the filmstrip icon to select the multimedia paragraph tool
2. Paste your code into the Embed box
3. Click on the Done button
After previewing, if the PDF looks too small, feel free to adjust the PDF's height by adjusting the height value.
5. Make sure to save your changes and click Publish to publish your website.
Feel free to Preview your changes before saving and publishing