Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License
GroupDocs.Signature is a web application that allows you to sign documents using handwritten, text, digital, barcode and stamp signatures packaged in the single docker image. This web application demonstrates all GroupDocs.Signature features with intuitive and modern UI which can be used as standalone or be integrated into your project.
Note: without a license application will run in trial mode, purchase GroupDocs.Signature license or request GroupDocs.Signature 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/signature
## Open http://localhost:8080/signature/ 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 |
textSignature | Boolean | true | Enable/disable text signature |
imageSignature | Boolean | true | Enable/disable image signature |
digitalSignature | Boolean | true | Enable/disable digital signature |
qrCodeSignature | Boolean | true | Enable/disable QR-Code signature |
barCodeSignature | Boolean | true | Enable/disable Barcode signature |
stampSignature | Boolean | true | Enable/disable Stamp signature |
handSignature | Boolean | true | Enable/disable Hand signature |
downloadOriginal | Boolean | true | Enable/disable original document downloading |
downloadSigned | Boolean | true | Enable/disable signed document downloading |
Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License
Content type
Image
Digest
sha256:77d9a9e7f…
Size
323.5 MB
Last updated
almost 3 years ago
docker pull groupdocs/signature