Basic question: Embedding PDF's - How do you do it?

Options
SueP
SueP Member Posts: 1

I can't see a widget that works. Sure would appreciate a tip. THANK YOU!

Best Answer

  • Thomas_Connery
    Thomas_Connery Member Posts: 226 MVP
    edited October 2022 Answer ✓
    Options

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

Answers

  • courtneyquaresimo
    courtneyquaresimo Member Posts: 183 Leader
    Options

    Can you just convert the pdg to a jpeg or png and then pull it onto the site as an image?