Forum Discussion
hashamyim
May 23, 2022Copper Contributor
A Webpage showing Interactive Document Content?!
So, I'm not a Sharepoint expert, but would like to achieve something specific and don't know how. As such, I'm collecting ideas. I have a PDF reference document that is about 500 pages long. It is e...
SusanHanley
May 24, 2022MVP
One thing you can do inside the PDF itself is to make sure that the table of contents is interactive. Then, you can add the document in a File Viewer web part. That will show the entire document and you can use the navigation inside the PDF itself. Another option would be to break up the document into smaller documents and use metadata on the documents to organize the structure. You could then use a connected list to allow the user to scroll through the document "sections" and then when they click on one, display the file in a File Viewer web part. See: https://support.microsoft.com/en-us/office/connect-web-parts-in-sharepoint-b457668c-d843-4b1b-8977-a6f9228a1dec for some examples.
hashamyim
May 25, 2022Copper Contributor
SusanHanley Ah, great! Thanks for the info. I shall give it all a look and see what I can muster up 🙂