Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My server document is created on server..
I have a dedicated class with methods in it to generate pdf.
When i run this class as java application it works properly..
But when i call the same method to generate pdf using jsp it gives NoClassDefFoundError....
Posted
Comments
joshrduncan2012 18-Mar-13 12:05pm    
Can you show us your code? What is your question?

1 solution

You can use iText, a very popular open-source library:
http://en.wikipedia.org/wiki/IText[^],
http://itextpdf.com/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900