PDF files may be embedded on the page. This will display the PDF inline on the page, rather than a link to the PDF.
To embed a PDF:
- Upload the file to the text area. Do not save.
- Double click the file.
- In the window that appears, copy the absolute path from the URL field. This is everything after the .com, .org or .edu and should look like this: "/sites/default/files/filename.pdf" Do not include the domain part of the URL.
- Click "Cancel" and remove file you just uploaded from the text area.
- Click the "Source" button on the text editor and add the following:
<embed src="/sites/default/files/filename.pdf" width="800" height="375" > - Replace the filename with the value you copied in step 3.
- Adjust the height and width as necessary.
- Click "Save."