Basic question: Embedding PDF's - How do you do it?
SueP
Member Posts: 1
I can't see a widget that works. Sure would appreciate a tip. THANK YOU!
0
Best Answer
-
@SueP Not sure if this will meet your requirement, but here is one way to do it.
Step 1: Insert an HTML widget.
Step 2: Copy/Paste the below iframe code.
Step 3: Replace the url with the link to your pdf file.
<iframe src="https://full-path-to-your-uploaded-filename.pdf" width="100%" height="800px"></iframe>
0
Answers
-
Can you just convert the pdg to a jpeg or png and then pull it onto the site as an image?
0