Display PDF File in SharePoint Page
March 9th, 2009
Comments off
By using “Content Editor Web part” we can display PDF File in
SharePoint site.
- Add a “Content Editor Web part” to your SharePoint page.
- Click on the “Open the Tool Pane”, click on “Source Editor” to place the HTML source.
- Place the following piece of code in to the Source Editor and click ok
<embed height=”500px” width=”500px”
src=”http://siteurl/test.pdf” type=”application/pdf”>
Categories: SharePoint