RMs> Do you know of any free software, written in Java or Common Lisp,
RMs> which parses and/or generates MS-Word documents?
different versions of MS-Word have different file formats, ranging from
proprietary binary to RTF to HTML to gzipped XML.
RTF is understood by all Word versions, and is more-or-less easy to work
with.
i'm not aware about any CL libs to work with RTF, but i bet there are enough
Java ones.
On Tue, 12 Feb 2008 13:58:25 +0200, "Alex Mizrahi"
<········@users.sourceforge.net> wrote:
>RTF is understood by all Word versions, and is more-or-less easy to work
>with.
Page/paragraph formats can be lost between versions. RTF is really
portable only for text attributes.
George
--
for email reply remove "/" from address