Versions Compared

Key

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

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
minLevel1
maxLevel7
excludeInstructions|Related articles

...

  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 (What You See Is What You Get) 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.)

Code Block
languagehtml
<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.

...

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

  2. Click Insert/Edit Media.

  3. Insert the path of your file after path= in the Source box.

    Image RemovedImage Added
  4. Click Ok and Preview Draft.

...