In the directory "DynamicPDF_ForJava10~/ceTeSoftware/examples/Generator/jsp " we have provided one example page HelloWorld.jsp to show how DynamicPDF Generator for Java can be used on JSP pages. This example shows how to generate a simple PDF document in the WWW environment from a JSP page. For examples on usage of the product, refer to the java source code examples above.
Place the HelloWorld.jsp file under "DynamicPDF_ForJava10~/ceTeSoftware/examples/Generator/jsp" to the working directory of your Servlet Engine or Java Application Server. Calling this JSP from a web browser will cause "HelloWorld.pdf " to be downloaded on the client machine.
* HelloWorld.jsp
This example shows how to generate a simple PDF document in the WWW environment from a JSP page.