Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

GroupDocs.Merger for Java Examples

This package contains Java Example Projects for GroupDocs.Merger for Java and sample input docucuments/templates.

GroupDocs.Merger for Java is a back-end document manipulation API. It allows to swap, remove or reorder pages in a document of supported format. It also manage documents password protection. You can remove or set password protection to any supported document. Furthermore, multiple files can be combined and arranged to a single document.

How to Run the Examples?

It is assumed that maven is installed and configured in your system path. You can edit the project by opening in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. Please visit our documentation website for more details.

Install and Configure Maven

You may find following resources helpful:

  1. Learn how to install and configure Maven - Environment Setup
  2. Maven support for NetBeans
  3. Maven support for IntelliJ IDEA
  4. Maven support for Eclipse IDE

Apply License

Follow below steps if you have product license

  1. Open CommonUtilities.java.
  2. Set "licensePath" variable to your license path.
  3. Call applyLicenseFromFile method from MainClass