-
How read a doc file and show on asp page?
I like to read a doc file for read permission only, and show this file on
asp file. How i cando that?
And the code work to Netscape and Explorer
Thanks
-
Re: How read a doc file and show on asp page?
Carlos
If you mean .doc as in MS word
http://msdn.microsoft.com/library/of...pplication.htm
MS has a huge assortment of objects that let you programatically get to
word documents - but that is very complex and quite slow. I've never been
able to manipulate these objects without opening a copy of Word.
I would try to convert those word documents into HTML in advance if I could
using Words "Save As" feature. (another thing you should be able to programatically
do if you have a slew of them)
I would maintain any permission/user information in a table - and just
display the correct HTML file as needed.
Hope this is a start in the right direction.
"Carlos Mantilla" <cmantilla@cantv.net> wrote:
>I like to read a doc file for read permission only, and show this file on
>asp file. How i cando that?
>
>And the code work to Netscape and Explorer
>
>Thanks
>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks