Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: lbrtchx@xxxxxxxxx
- Date: Sun, 30 Dec 2007 07:54:35 -0800 (PST)
I did follow your links first but realized they were more about
accessibility and "philosophical" issues. I couldn't find some
starting code examples to do what I need.
~
I just need to access Word Documents and run their internal macros.
The part about using VBA to convert a ".doc" file to an RTF one I got
right already
~
It might be very easy maybe, something like:
~
String[] aSAr = new String[]{"<>/WinWord", "WordDoc.doc", ...};
System.exec(aSAr)
~
might work. I don't have a Windows Box to test this it right now, but
this code I am working on needs such a feature
~
lbrtchx
.
- Follow-Ups:
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: Jeff Higgins
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: Jeff Higgins
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- References:
- I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: lbrtchx
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: Jeff Higgins
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: lbrtchx
- Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- From: Jeff Higgins
- I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- Prev by Date: Re: NullPointerException, IllegalArgumentException, or AssertionError for null constructor argument
- Next by Date: Re: The Tears Of Finding The Truth
- Previous by thread: Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- Next by thread: Re: I need to convert MSWord ".doc" files to plain data ".rtf" ones . . .
- Index(es):
Relevant Pages
|
|