Hi I am using JSP, struts and tomcat server. My requirement is , In my web page, once i need a have a button for pdf generation. I am using below code for this,
prince.convert(inputstream,Outputstream);
My question is how can I get the whole html code as my input stream in server side.
Thanks in Advance
prince.convert(inputstream,Outputstream);
My question is how can I get the whole html code as my input stream in server side.
Thanks in Advance