Hi all, --- Can I make ( MS Word | PDF) files by JAVA ? .. thanks
Hal wrote on 03.02.2007 13:11:
> Hi all, --- Can I make ( MS Word | PDF) files by JAVA ? .. thanks
Check out this:
http://tinyurl.com/282oln
They have loads of libraries for PDF
Thomas
ceasaro - 03 Feb 2007 14:10 GMT
Jakarta (apache) has a library to create msoffice documents see http://
jakarta.apache.org/poi/index.html.
> Hal wrote on 03.02.2007 13:11:
>
[quoted text clipped - 7 lines]
>
> Thomas
> Hi all, --- Can I make ( MS Word | PDF) files by JAVA ? .. thanks
I would suggest http://www.lowagie.com/iText/ !
Arne
none - 03 Feb 2007 17:56 GMT
>> Hi all, --- Can I make ( MS Word | PDF) files by JAVA ? .. thanks
>
> I would suggest http://www.lowagie.com/iText/ !
>
> Arne
or use XSL-FO to transform an xml document to PDF with apache fop
(http://xmlgraphics.apache.org/fop/)
Tim Terry
www.devisland.net