Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This article explains two ways to embed a PDF on your page while retaining appearance and functionality.

Table of Contents

\uD83D\uDCD8 Instructions

Upload a PDF

  1. Click +Add Content.

  2. Select Upload a File.

  3. Click Placement Folder and choose where to upload the file.

  4. Click Choose

  5. Choose a file to upload (File name will auto populate.)

  6. Click Preview Draft to preview your file.

  7. Publish your file.

Embedding a PDF using Source Code

The PDF displays on your page but you will have to scroll through the PDF to see it entirely.

  1. Navigate to the page where you want to insert the PDF.

  2. Click the Edit button to enter the editing mode.

  3. 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.

  4. Click the < > symbols that reads Source Code. (The Source Code editor will open.)

  5. 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.)

<p><iframe width="100%" height="500px" src="/render/file.act?path=/sample-pages/Cascade-CMS-ProcessFlow.pdf"></iframe></p>
  1. Example below

  2. Click Ok and Preview Draft.

Embedding a PDF using Insert/Edit Media

  1. Follow instructions 1-3 in the Embedding a PDF using Source Code section.

  2. Click Insert/Edit Media.

  3. Insert the same code, as you did in Step 5 above, in the Source box.

  4. Click Ok and Preview Draft.

Submit Changes

  1. Click Preview Draft.

  2. Click Submit.

Page is saved and shows in the Site Directory.

  • No labels