The directory "exmpl" located under DynamicPDF_Merger~/ceTeSoftware of the installation package contains some examples that will help you in creating PDF documents using DynamicPDF™ Merger for Java. There are six kinds of examples:
- Merger/Standalone Application
- Gives examples that show how to efficiently import, merge, form-fill and stamp existing PDF documents using a Java console application. There are plenty of examples in this section that cover the different features of the product and their usage.
- Merger/Servlet web page
- Gives an example of how to merge multiple PDF Documents from a Servlet Web Page.
- Merger/JSP web page
- Gives an example of how to merge multiple PDF Documents from a JSP Page.
- Generator/Standalone Application
- Gives examples that show how to create PDF Documents using a Java console application. There are plenty of examples in this section that cover the different features of the product and their usage.
- Generator/Servlet web page
- Gives an example of how to create a PDF Document from a Servlet Web Page.
- Generator/JSP web page
- Gives an example of how to create a PDF Document from a JSP Page.
Files beneath the "exmpl/" folder may be dependent on other files and folders in the directory, so if you move them the examples may no longer work. We provide one example each for servlet and JSP as most of cases are covered in Standalone examples in detail.
