In the directory "DynamicPDF_ForJava10~/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_ForJava10~/ceTeSoftware/examples/Merger/jsp" to the working directory of your Servlet Engine or Java Application Server and copy the "DynamicPDF_ForJava10~/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_ForJava10~/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 documents in the WWW environment from a JSP page.