L
LtCommander
Hi all,
I am trying to extract text from an uploaded DOC file so that I can do
some regex on the text in order to fill up some textboxes on the ASP
page. I know that Writely (www.writely.com) does this but I think the
use C# or something special to preserve the formatting of the uploaded
DOC file.
My questions:
(a) Does anybody know of a way to extract text from DOC files? Any
component out there that's cheap?
(b) Is there any way to be able to preview an uploaded DOC file? Maybe
convert it into XML and use some default styles or something.
(c) If DOC->Text isn't possible, is DOC->RTF possible? Since RTF is
ASCII, something could still be done..
Thanks a lot for your time / any response.
Vince
I am trying to extract text from an uploaded DOC file so that I can do
some regex on the text in order to fill up some textboxes on the ASP
page. I know that Writely (www.writely.com) does this but I think the
use C# or something special to preserve the formatting of the uploaded
DOC file.
My questions:
(a) Does anybody know of a way to extract text from DOC files? Any
component out there that's cheap?
(b) Is there any way to be able to preview an uploaded DOC file? Maybe
convert it into XML and use some default styles or something.
(c) If DOC->Text isn't possible, is DOC->RTF possible? Since RTF is
ASCII, something could still be done..
Thanks a lot for your time / any response.
Vince