hi all,
i m looking for pure java library (free and commerial) for converting document including ascii, image, .doc, .xls, .ppt and etc to pdf file. Any recommendation for this?
thx in advance
-
looking for pure java library for converting documents to pdf (4 messages)
- Posted by: Baron Mok
- Posted on: September 28 2005 06:02 EDT
Threaded Messages (4)
- looking for pure java library for converting documents to pdf by Jay Khimani on September 28 2005 09:22 EDT
- Open Office... but not Java by Jakob Jenkov on September 28 2005 13:55 EDT
- converting documents to pdf by abdulkarim AB on April 07 2010 11:48 EDT
- looking for pure java library for converting documents to pdf by Bröt Burke on April 07 2010 23:21 EDT
-
looking for pure java library for converting documents to pdf[ Go to top ]
- Posted by: Jay Khimani
- Posted on: September 28 2005 09:22 EDT
- in response to Baron Mok
hi all,i m looking for pure java library (free and commerial) for converting document including ascii, image, .doc, .xls, .ppt and etc to pdf file. Any recommendation for this? thx in advance
I dont think there is any single library providing all such features and that too free and commercial.
<br/>
You can have a look at <a href="www.lowagie.com/iText/">iText</a> - free PDF generation library.
Thanks,
Jay -
Open Office... but not Java[ Go to top ]
- Posted by: Jakob Jenkov
- Posted on: September 28 2005 13:55 EDT
- in response to Jay Khimani
Open Office is capable of exporting all of its documents in PDF formats. It can also open MS Office documents, and export them to PDF. However, it isn't Java, and the PDF exports may not be perfect from MS Office documents. There is some level of Java integration in Open Office, but I don't know how much you can do with it. -
converting documents to pdf[ Go to top ]
- Posted by: abdulkarim AB
- Posted on: April 07 2010 11:48 EDT
- in response to Baron Mok
ya u can convert the documents in to pdf(any format also) use third party jar file (in lib directory of ur class path )i.e SnowBound.jar -
looking for pure java library for converting documents to pdf[ Go to top ]
- Posted by: Bröt Burke
- Posted on: April 07 2010 23:21 EDT
- in response to Baron Mok
A very good commercial API for working with PDF files is the Big Faceless Java PDF Library. It doesn't have anything for reading some of the document formats you reference directly, but perhaps you could code that with POI?