Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
GroupDocs.Annotation is a document annotation application provided as a docker image. This application allows you to annotate and write on documents with help of modern and responsive web UI interface. You can use it as a standalone application or integrate it into your project.
Note: without a license application will run in trial mode, purchase GroupDocs.Annotation license or request GroupDocs.Annotation temporary license.
Use docker image.
mkdir DocumentSamples
mkdir Licenses
docker run -p 8080:8080 --env application.hostAddress=localhost -v `pwd`/DocumentSamples:/home/groupdocs/app/DocumentSamples -v `pwd`/Licenses:/home/groupdocs/app/Licenses groupdocs/annotation
## Open http://localhost:8080/annotation/ in your favorite browser.
For all methods above you can adjust settings in configuration.yml. By default in this sample will lookup for license file in ./Licenses folder, so you can simply put your license file in that folder or specify relative/absolute path by setting licensePath value in configuration.yml.
| Option | Type | Default value | Description |
|---|---|---|---|
filesDirectory | String | DocumentSamples | Files directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path |
fontsDirectory | String | Path to custom fonts directory. | |
defaultDocument | String | Absolute path to default document that will be loaded automaticaly. | |
preloadPageCount | Integer | 0 | Indicate how many pages from a document should be loaded, remaining pages will be loaded on page scrolling.Set 0 to load all pages at once |
textAnnotation | Boolean | true | Enable/disable Text annotation |
areaAnnotation | Boolean | true | Enable/disable Area annotation |
areaAnnotation | Boolean | true | Enable/disable Point annotation |
pointAnnotation | Boolean | true | Enable thumbnails preview |
textStrikeoutAnnotation | Boolean | true | Enable/disable TextStrikeout annotation |
polylineAnnotation | Boolean | true | Enable/disable Polyline annotation |
textFieldAnnotation | Boolean | true | Enable/disable TextField annotation |
watermarkAnnotation | Boolean | true | Enable/disable Watermark annotation |
textReplacementAnnotation | Boolean | true | Enable/disable TextReplacement annotation |
arrowAnnotation | Boolean | true | Enable/disable Arrow annotation |
textRedactionAnnotation | Boolean | true | Enable/disable TextRedaction annotation |
resourcesRedactionAnnotation | Boolean | true | Enable/disable ResourcesRedaction annotation |
textUnderlineAnnotation | Boolean | true | Enable/disable TextUnderline annotation |
distanceAnnotation | Boolean | true | Enable/disable Distance annotation |
downloadOriginal | Boolean | true | Enable/disable original document downloading |
downloadAnnotated | Boolen | true | Enable/disable signed document downloading |
zoom | Boolean | true | Enable/disable zoom |
fitWidth | Boolean | true | Enable/disable fit width. Set true to zoom document pages fit width |
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Content type
Image
Digest
Size
217.3 MB
Last updated
over 6 years ago
docker pull groupdocs/annotation