Friday, January 31, 2014

Page viewer web part

Issue : How to upload a .pptx file in webpart in sharepoint 2010.

Resolution :

Use page viewer web part .

STEP 1


Upload the PowerPoint document that you would like to display to a SharePoint document library (ideally located on your site). Then view the document in the browser.


STEP 2

Once on PowerPoint document view we will follow the first intuition would be to copy the current URL and add it to the page viewer. However, this will display an error message. Ok No issue let it be .




Step 3:

We will Open the Developer Tools in Internet Explorer (F12), and search for iframe .



Step 4:

Copy the result into your text editor of choice.  The magic URL you need is the one within the src attribute.
It will look like this “/sites/sitename/_layouts/PowerPointFrame.aspx?PowerPointView=ReadingView&PresentationId=%2Fsites%2Fsitename%2FShared%20Documents%2FGEP%5FAPAC%5FCalendar%2Epptx&source=http%3A%2F%2Fdomain%2Fsites%2Fsitename%2FShared%2520Documents%2FForms%2FAllItems%2Easpx “

Sometime PowerPointFrame.aspx may be PowerFrame.aspx in src . Please update that to PowerPointFrame.aspx .
STEP 5 :

Create/Go to the page where you are trying to display the PowerPoint document.

Add a page viewer web part



Then on the page viewer web part edit panel, place the URL previously copied to the “Link” section and change the appearance according to your need .




No comments:

Post a Comment