ceTe Software Help Library for Java August - 2020
DynamicPDF Generator for Java / Getting Started / Examples / JSP Example
In This Topic
    JSP Example
    In This Topic

    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.