...
Navigate to the page where you want to insert the PDF.
Click the Edit button to enter int into 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. (You can change the width and height values to your preference.)
Click Ok and Preview Draft.
Embedding a PDF using Insert/Edit Media
...