Reputation: 41
I am working on project which need to get data from MySql database to PDF form.
Can anyone please guide how can I solve this problem?
I check internet for solution but I found I can create PDF form and get the data from DB to PDF form. My requirement are:
I have to make it work on multiple platforms (so ADO solution will not work as it for windows only)
Please guide me
Viral
Upvotes: 4
Views: 7029
Reputation: 999
One suggestion using HTML and Java: http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html
Here is another option for converting from Java to PDF: http://www.icesoft.com/products/icepdf.html
They both use open source software. There are many other commercial libraries out there for this sort of thing as well.
Upvotes: 1