Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
GroupDocs.Comparison Demos are application that demonstrates powerful features of GroupDocs.Comparison for Java library distributed as a docker image. This web applications allows you to compare over 90 document formats without additional dependencies. You can run this app as standalone docker container or customize and integrate into your project.
Note: without a license application will run in trial mode, purchase GroupDocs.Comparison license or request GroupDocs.Comparison temporary license.
There are 6 Docker Images are published for each release of GroupDocs.Comparison for Java. Three of them are created using Spring Framework and three are created using Dropwizard Framework.
First two parts of a tag is GroupDocs.Comparison for Java version and language. Third part is jdk, that is used in Docker Image. Fourth part describes OS version that was used to create the image and the last part is framework.
Example: 22.11-java-openjdk8-bullseye-dropwizard - GroupDocs.Comparison for Java v22.11, Open JDK 8, Linux Debian Bullseye, Dropwizard Framework
22.11-java-openjdk8-bullseye-dropwizard22.11-java-openjdk11-bullseye-dropwizard22.11-java-openjdk18-bullseye-dropwizard22.11-java-openjdk8-bullseye-spring22.11-java-openjdk11-bullseye-spring22.11-java-openjdk18-bullseye-springUse docker image.
docker run -p 8080:8080 --name comparison-openjdk8-bullseye --rm groupdocs/comparison:22.11-java-openjdk8-bullseye-dropwizard
## Open http://localhost:8080/comparison/ in your favorite browser.
You can bind volumes to files and license directories using next command:
docker run -p 8080:8080 --name comparison-openjdk8-bullseye -v "C:/DocumentSamples/:/home/groupdocs/app/DocumentSamples" -v "C:/Licenses/:/home/groupdocs/app/Licenses" --rm groupdocs/comparison:22.11-java-openjdk8-bullseye-dropwizard
This way the sample will search license files inside C:/Licenses/ directory of your PC and will show list of files which are placed to C:/DocumentSamples/ directory
There are some environment variables available for configuration:
LIC_PATH - path to directory with license file, default is /home/groupdocs/app/LicensesDOWNLOAD_ON - enables/disables download button in Comparison application UIUPLOAD_ON - enables/disables button to upload files (the button is on the left of the open document dialog)PRINT_ON - enables/disables button to print documentsBROWSE_ON - enables/disables document browse dialogFILES_DIR - path to the directory with uploaded files, default is /home/groupdocs/app/DocumentSamplesRESULT_DIR - path to the directory with result filesHOST_ADDRESS - host name or ip for server instanceMore options and information can be find in the article
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Content type
Image
Digest
sha256:5db3bc71a…
Size
606 MB
Last updated
over 2 years ago
Requires Docker Desktop 4.37.1 or later.