Displaying PDFs from a Dropdown Menu
Browsing the MSDN SharePoint forums can really bring up some interesting ideas. Recently there was a question about how to display collections of PDF files in a web page. The question included a link to an article on embedding PDFs in SharePoint 2007 by Sharon Richardson. Sharon’s approach used an tag. The tag’s SRC attribute is not updateable by JavaScript and I did not want a hard coded PDF file. I got to playing around with this and worked up a solution that uses an and borrows some JavaScript from an article I wrote a while back. The JavaScript was used to convert a Links List into an HTML dropdown list. Here I will use it to convert a library into a dropdown list and a PDF viewer. Note: Displaying PDFs in SharePoint requires two things: Your users must have a PDF viewer installed that can display PDFs in a browser For SharePoint 2010 your server administrator much change “Browser File Handling” from Strict to Permissive for your web application (see her...