GroupDocs.Comparison for Java is a Document Comparison API that provides the ability to detect differences between source and target files for changes at paragraph, word and character levels as well as can identify styling and formatting changes. The API supports over 50 document types from popular categories such as Microsoft Office, OpenOffice, AutoCAD, Visio, images, programming, PDF & more.
Directory | Description |
---|---|
Demos | GroupDocs.Comparison for Java Dropwizard and Spring Demo projects. |
Examples | Java examples and sample documents for you to get started quickly. |
- Accept or reject document changes.
- Adjust comparison sensitivity.
- Compare multiple documents at a time.
- Get change coordinates on the document.
- Set document metadata on save.
- Set password for resultant document.
- Generate preview of document pages.
GroupDocs.Comparison for Java requires J2SE 8.0 (1.8) or above. Please install Java first if you do not have it already.
GroupDocs hosts all Java APIs on GroupDocs Artifact Repository, so simply configure your Maven project to fetch the dependencies automatically.
try (Comparer comparer = new Comparer("source.pdf")) {
comparer.add("target.pdf");
comparer.compare("result.pdf");
}
Home | Product Page | Documentation | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License