2

There is Page Viewer Web Part which can display HTML page. Is there another webpart that can display the content of the Word document or alternatively a way to convert a Document from inside OOTB Sharepoint?

user316663
  • 85
  • 1
  • 3
  • 8

2 Answers2

0

MOSS Enterprise can display office documents in the browser. If that's not what you are using you will need either a third party product (not aware of any that do exactly what you are after) or custom code and a third party library that can load word documents.

You could also try just using the page viewer web part - that will be very much browser dependent, but may be ok in an intranet environment.

Tom Clarkson
  • 16,074
  • 2
  • 43
  • 51
0

You can automatically convert the file to pdf inside SharePoint and display that using the Page Viewer web part.

Jeroen Ritmeijer
  • 2,772
  • 3
  • 24
  • 31