In the directory "DynamicPDF_~/ceTeSoftware/examples/Merger/jsp" we have provided one example page MergePDFs.jsp to show how DynamicPDF™ Merger for Java can merge multiple PDF documents into one. For examples on usage of the product, refer to the java source code examples above.
Place the HelloWorld.jsp file under "DynamicPDF_~/ceTeSoftware/examples/Merger/jsp" to the working directory of your Servlet Engine or Java Application Server and copy "DynamicPDF_~/ceTeSoftware/examples/Merger/pdfs" folder to application root (level of WEB-INF). This File needs DocumentA.pdf, DocumentB.pdf, DocumentC.pdf & DocumentD.pdf to be found under DynamicPDF_~/ceTeSoftware/examples/Merger/pdfs. Calling this JSP from a web browser will cause "MergePDFs.pdf" to be downloaded on the client machine.
* MergePDFs.jsp
This example shows how to merge multiple PDF document in the WWW environment from a JSP page.

