Hi, how do you call the java bean method that handles the creation of pdf using jsp?
I have this code:
<jsp:useBean id="create" class="itext.HelloWordPDF"/>
<jsp:setProperty name="create" property="*"/>
Thanks!
This example is as good as not reading it. What is there in this? Some more concepts can be illustrated. You are just filling pages in website. Thats it.
Itext in JSPAnon April 19, 2011 at 7:37 PM
Hi, how do you call the java bean method that handles the creation of pdf using jsp? I have this code: <jsp:useBean id="create" class="itext.HelloWordPDF"/> <jsp:setProperty name="create" property="*"/> Thanks!
feedback;select * from tab;raaj June 27, 2011 at 11:54 AM
good
Such a mediocre exampleSivatheja September 4, 2012 at 12:26 PM
This example is as good as not reading it. What is there in this? Some more concepts can be illustrated. You are just filling pages in website. Thats it.
Not worked for meSantosh October 17, 2012 at 7:15 PM
Its not working and not showing any error either.
Pdf Generator Hello World ProgramSachin November 25, 2012 at 10:07 PM
The best of all. Awesome example and explanation. Thanks a ton.
Post your Comment