Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convet Excel File To PDF

Status
Not open for further replies.

TomBarrand

Programmer
Aug 9, 2000
162
GB
Hi,

Does anyone know of a way to convert an Excel (xls) file to a PDF document using Java?

Cheers
 
There are no "core" libraries to do it, and I don't know of any 3rd party APIs either (try a google ?).

If I were doing it, I would probably use POI ( ) to read the Excel file's data, and then use iText ( ) to generate a PDF from the data. Bear in mind though, this is no simple task !

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top