Forum Discussion
JeffGilbert-3d3
2 years agoCommunity Member
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 ...
WilfriedSharp-3
6 months agoCommunity 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>