Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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. (Publishing is required in order to successfully create a live hyperlink to this PDF.)

Embedding a PDF using Source Code

...

  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 read 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= 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
    languagehtml
    <p><iframe width="100%" height="500px" src="/render/file.act?path=/sample-pages/Cascade-CMS-ProcessFlow.pdf"></iframe></p>
    Image RemovedImage Added

  6. Example below.

  7. 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 from Step 5 above, in the Source box.

  4. Click Ok and Preview Draft.

...