Forum Discussion
Embed a PDF in Rise that Automatically Opens to a Specific Page Number
We have embedded a large PDF file in several sections of our course.
It would be ideal if we could embed the PDF and also have the PDF automatically navigate to a specific page number without the learner having to manually scroll through the document.
Is this possible?
The PDF file lives on SharePoint which all of our learners have access to, so we have had no issues there.
I found one discussion and some Adobe documentation, but none of these suggestions seem to work.
https://community.articulate.com/discussions/rise-360/rise-360-adding-a-pdf-document
https://helpx.adobe.com/acrobat/kb/link-html-pdf-page-acrobat.html
thanks!
- WilfriedSharp-3Community Member
Yeah, this can be done by uploading the pdf as a file attachment, then add #page=4 etc at the end of the URL, as below.
Then I use iframe generator to create the embed code and use the embed block. eg
<iframe src="https://articulateusercontent.com/rise/courses/KOVEN0k6kNKDP-cS8coP4AIX-6k8TBbK/N0c0HyQ-kRgy26fp-Skills%2520Signposting%2520Guide.pdf#page=4" name="page 4" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen></iframe>