...
Info |
---|
The PDF displays on your page, but you will have to scroll through the PDF to see it entirely. |
...
Navigate to the page where you want to insert the PDF.
Click the Edit button to enter the int editing mode.
Locate the area in the page's content where you want to insert the file. This may be within a WYSIWYG editor or a specific content block.
Click the < > symbols that read Source Code. (The Source Code editor will open.)
Copy the following iframe code. Replace the src value inside the quotation marks with the entire hyperlink to the PDF. (see example below-the red selected text would be the path of your file.)
Code Block language html <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.
...