Documentation Index

Fetch the complete documentation index at: https://www.civicplus.help/llms.txt

Use this file to discover all available pages before exploring further.

Embed a PDF on a Page

Prev Next

The following options can be added to a Custom HTML Widget to embed a PDF.

Using an iFrame

 <iframe src="Insert PDF URL Here" width="100%" height="500"></iframe> 

Using an Object Tag

 <object data="Insert PDF URL Here" width="100%" height="500"></object> 

Using an Embed Tag

<embed src="Insert PDF URL Here" width="100%" height="500">