How to Embed PDF document or PPT in web-part in SharePoint
Solution: If you want to display a PPT slide in webpart, use page viewer web part, for more info check this link http://www.nothingbutsharepoint.com/2011/12/07/display-a-powerpoint-document-in-sharepoint-via-the-page-viewer-web-part-aspx/
and to display a PDF document in web-part, use content editor webpart and use below code:
<object><embed src="FILENAME.PDF" height="850" width="850" type="application/pdf"></embed></object>
http://blog.bonzai-intranet.com/analysthq/2011/03/embedding-pdfs-into-sharepoint-2010-pages/
No comments:
Post a Comment