Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #6140

Re: Generate Word-readable documents with Java?

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!novia!news-out.readnews.com!transit3.readnews.com!postnews.google.com!j9g2000prj.googlegroups.com!not-for-mail
From lewbloch <lewbloch@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: Generate Word-readable documents with Java?
Date Tue, 12 Jul 2011 16:12:38 -0700 (PDT)
Organization http://groups.google.com
Lines 40
Message-ID <08d53beb-9554-4c0a-a1b0-f035f37149d9@j9g2000prj.googlegroups.com> (permalink)
References <Xns9F20C122646D0tenblade@94.75.214.39>
NNTP-Posting-Host 108.89.33.208
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Trace posting.google.com 1310513355 4742 127.0.0.1 (12 Jul 2011 23:29:15 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Tue, 12 Jul 2011 23:29:15 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info j9g2000prj.googlegroups.com; posting-host=108.89.33.208; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-Header-Order ASELCHRU
X-HTTP-UserAgent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1,gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6140

Show key headers only | View raw


On Jul 12, 3:59 pm, Ten Blade <ten.bl...@tenblade.com> wrote:
> I'd like to generate a moderately complex document (text, graphics, tables,
> bulleted lists) with Java code that can be read by Microsoft Word users.
> It's not important to me whether these document is in the traditional
> 'doc' format or something else like .xml.
>
> I've been researching via Google and there was some buzz about
> WordProcessingML several years ago but very little since. POI, which has
> been under development for years, is apparently _STILL_ too immature to be
> much use.
>
> I've been away from Java for a few years and haven't kept up with most of
> it. How are Java developers generating Word-readable documents these days?
> I don't want to waste my time learning a technique or technology that was a
> fad for a couple of weeks in 2007 and would prefer a well-regarded widely-
> used approach if such a beast exists.
>

1 - Word can read text documents just fine.

POI works great.  I don't know why you denigrate it.
http://poi.apache.org/

It's what Java developers are using to generate Word-readable
documents these deays.  It's well regarded and widely used.

You can also use the Java interface to Open Office, which creates
ZIPped XML files in ODF (Open Document Format), which I think I heard
Word supports these days.

OO also exports to RTF and .doc formats.

--
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Generate Word-readable documents with Java? Ten Blade <ten.blade@tenblade.com> - 2011-07-12 22:59 +0000
  Re: Generate Word-readable documents with Java? lewbloch <lewbloch@gmail.com> - 2011-07-12 16:12 -0700
    Re: Generate Word-readable documents with Java? Ten Blade <ten.blade@tenblade.com> - 2011-07-13 00:53 +0000
  Re: Generate Word-readable documents with Java? Rhino <no.offline.contact.please@example.com> - 2011-07-13 03:56 +0000

csiph-web