First, let's look at the Scribd Element:
- Drag the Scribd Document element under the Media section of the side navigation bar and drop it where you want the PDF to be on the page.
- Click on the document element and a new smaller window should appear.
- Click on the box that says Upload File.
- Drag and drop a document into the upload box or upload a document from your computer.
An equally good, and perhaps better solution for a single page PDF is to use a JPG file instead and to use the Image Element.
A note on optimal file sizes from the creators:
The technical maximum for the file size we accept is 100MB but documents under 75MB have a significantly higher chance of a successful conversion, so please be sure to stay under 75MB.
Using an Iframe:
- Place the PDF on a Google Drive (free)
- Get a public link to the document
- Place this code inside of an “Embed Code” element wherever you want it to appear and publish your page.
<iframe
frameborder=“0”
scrolling=“yes”
width=“640”
height=“480"
src=“https://drive.google.com/file/d/<<Google File ID>>/preview”
>
</iframe>
Comments
0 comments
Article is closed for comments.