Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
GroupDocs.Viewer Demos are application that demonstrates powerful features of GroupDocs.Viewer for Java library distributed as a docker image. This application allows you to view DOCX, PDF, PPT, XLS, and over 170 document formats without any additional dependencies and provide the ability to search and select text from any document. Use this docker image as is or customize and integrate into your own project.
Note: without a license application will run in trial mode, purchase GroupDocs.Viewer license or request GroupDocs.Viewer temporary license.
| Family | Formats |
|---|---|
| Portable Document Format | PDF |
| Microsoft Word | DOC, DOCM , DOCX, DOT, DOTM, DOTX |
| Microsoft Excel | XLS, XLSB, XLSM, XLSX, XLT, XLTM, XLTX |
| Microsoft PowerPoint | PPT, POT, POTM, POTX, PPS, PPSM, PPSX, PPTM, PPTX |
| Microsoft Visio | VSD, VDW, VDX, VSDX, VSS, VST, VSX, VTX |
| Microsoft Project | MPP, MPT |
| Microsoft Outlook | EML, EMLX, MSG |
| OpenDocument Formats | ODT, ODP, ODS, OTT |
| Plain Text File | TXT |
| Comma-Separated Values | CSV |
| HyperText Markup Language | HTML, MHT, MHTML, SVG |
| Extensible Markup Language | XML,XML, XPS |
| AutoCAD Drawing File Format | DGN, DWG, DXF |
| Image files | BMP, CAL, DCX, DIB, EMF, GIF, JP2, JPG, MIL, MIL, PCD, PCT, PCX, PNG, PSD, RAS, TGA,TIFF,WMF |
| Electronic publication | EPUB |
| Windows Icon | ICO |
| Medical image files | DCM |
Full list of supported file formats and other information are available in documentation
There are 6 Docker Images are published for each release of GroupDocs.Viewer 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.Viewer 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.12-java-openjdk8-bullseye-dropwizard - GroupDocs.Viewer for Java v22.12, Open JDK 8, Linux Debian Bullseye, Dropwizard Framework
22.12-java-openjdk8-bullseye-dropwizard22.12-java-openjdk11-bullseye-dropwizard22.12-java-openjdk18-bullseye-dropwizard22.12-java-openjdk8-bullseye-spring22.12-java-openjdk11-bullseye-spring22.12-java-openjdk18-bullseye-springUse docker image.
docker run -p 8080:8080 --name viewer-openjdk8-bullseye --rm groupdocs/viewer:22.12-java-openjdk8-bullseye-dropwizard
## Open http://localhost:8080/viewer/ in your favorite browser.
You can bind volumes to files and license directories using next command:
docker run -p 8080:8080 --name viewer-openjdk8-bullseye -v "C:/DocumentSamples/:/home/groupdocs/app/DocumentSamples" -v "C:/Licenses/:/home/groupdocs/app/Licenses" --rm groupdocs/viewer:22.12-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 Viewer 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 dialogRIGHTCLICK_ON - enables/disables right click of mouseFILES_DIR - path to the directory with uploaded files, default is /home/groupdocs/app/DocumentSamplesHOST_ADDRESS - host name or ip for server instanceProduct Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Content type
Image
Digest
sha256:9c17f17c1…
Size
404.3 MB
Last updated
29 days ago
docker pull groupdocs/viewer:25.12-java-openjdk11-bullseye-dropwizard