Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 3.26 KB

File metadata and controls

42 lines (30 loc) · 3.26 KB

Document Comparison Java Library

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.

Compare Documents via Java

Get Started with GroupDocs.Comparison for Java

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.

Compare 2 PDF Documents

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