This article covers two methods of embedding explains two ways to embed a PDF on your page . The PDF file will look and act the same after embeddedwhile retaining appearance and functionality.
Table of Contents
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
Navigate to the page where you want to insert the PDF.
Click the Edit button to enter the editing mode.
Locate the area in the page's content where you want to insert the file. This may be within a WYSIWYG (What You See Is What You Get) editor or a specific content block.
Click the < > symbols that reads Source Code. (The Source Code editor will open.)
Copy and paste the highlighted code below but insert the path (URL) of your PDF after src= inside the quotation marks. (see example below-the red selected text would be the path of your file.)
Code Block | ||
---|---|---|
| ||
<p><iframe width="100%" height="500px" src="/render/file.act?path=/sample-pages/Cascade-CMS-ProcessFlow.pdf" |
...
></iframe></p> |
Example below
Click Ok and Preview Draft.
...
Follow instructions 1-3 in the Embedding a PDF using Source Code section.
Click Insert/Edit Media.
Insert the path of your file after
path=
in the Source box.Click Ok and Preview Draft.
...