Forum Discussion
Viewing PDFs in Rise
Hi! I'm hoping someone here has some suggestions. I have uploaded several PDFs in Rise by first uploading the PDF file from my computer as an attachment and then linking to the PDF in an Interactive Button. For some reason, I can see the PDFs when I click on the button, but others cannot. Does anyone know why? What can I do to fix this issue? Thanks in advance.
- KarlMullerCommunity Member
Hi Monique,
Uploading a PDF file into A Rise course as an Attachment block should work for everybody.
What I don't understand is why you are linking to the PDF using an Interactive Button.
Just use the Attachment Block wherever learners need access to the PDF file.
- MoniqueFradi744Community Member
Hi Karl. Thanks! I was using the button to try and make it more attractive. I don't like how the attachment block looks is all. I may end up just doing that, though, if I can't make the button work.
There could be several reasons why the button works for some and not for others. You can reach out to our support team here so that we can help investigate this issue further.
In addition to Karl's suggestion, you can also try using the embed block (Multimedia > Embed) to insert a PDF to your course. To do this, you will need to do a couple of things:
- Host the PDF online. If you don't have a hosting solution yet, there are a couple of suggestions provided here that you can try out.
- Add this line of code to the Multimedia > Embed block:
<iframe src="http://MyServer.com/files/myFile.pdf" width="100%" height="500"></iframe>
Change the URL to point to the location of your PDF in your hosting provider. You can also change the width and height in the above code to suit your needs or even leave it out altogether.
Here's a short recording of how you can insert the <iframe> code and how the PDF will look like in the block: