Implementing "View as HTML" for Word and PDF documents on an intranet
Posted
by Manne
on Stack Overflow
See other posts from Stack Overflow
or by Manne
Published on 2010-06-01T07:34:45Z
Indexed on
2010/06/01
7:43 UTC
Read the original article
Hit count: 231
I am looking for a way to implement "View as HTML" (as seen in e.g. GMail) for Microsoft Office and Adobe PDF documents stored in an intranet. Can anyone recommend approaches for this?
The intranet consists of multiple .NET sites, so I would prefer a .NET library (one that doesn't launch MS Word on the server) for this capability, but any kind of arrangement is welcome.
© Stack Overflow or respective owner