Need help on ppt files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've a requirement in which I need to show a powerpointf file in a web
page...
How can I acheive this? How can we show word documents or powerpoint files
in web pages in asp.net?
 
Do they need to display in the browser? If so, the best bet is save as HTML
and link the content up that way. It works for all browsers without issue.
With IE, you have options, esp. for PowerPoint, by setting up MIME types on
the website. Serving the file can be as simple as a link or using a binary
read/write to the stream.

If you actually have to embed the file, the HTML route is by far the
easiest. If not an option, I would consider looking for a third party
component that allows you to embed the file either in something like flash
or in the page.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top