Forum Discussion
Viewing PDFs in Rise
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.
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.
- Chris-Santos3 years agoStaff
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:
- Chris-Santos3 years agoStaff
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:
Related Content
- 5 months ago
- 3 months ago
- 7 months ago