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">