groupdocs/signature

By groupdocs

Updated almost 3 years ago

Image
0

273

groupdocs/signature repository overview

GroupDocs Document Signature API

Nuget Nuget

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.

Features

  • Clean, modern and intuitive design
  • Easily switchable colour theme (create your own colour theme in 5 minutes)
  • Responsive design
  • Mobile support (open application on any mobile device)
  • Support over 50 documents and image formats
  • Image mode
  • Fully customizable navigation panel
  • Sign password protected documents
  • Download original documents
  • Download signed documents
  • Upload documents
  • Upload signatures
  • Sign document with such signature types: digital certificate, image, stamp, qrCode, barCode.
  • Draw signature image
  • Draw stamp signature
  • Generate bar code signature
  • Generate qr code signature
  • Print document
  • Smooth page navigation
  • Smooth document scrolling
  • Preload pages for faster document rendering
  • Multi-language support for displaying errors
  • Cross-browser support (Safari, Chrome, Opera, Firefox)
  • Cross-platform support (Windows, Linux, MacOS)

How to run

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.

Configuration

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.

Signature configuration options
OptionTypeDefault valueDescription
filesDirectoryStringDocumentSamplesFiles directory path. Indicates where uploaded and predefined files are stored. It can be absolute or relative path
fontsDirectoryStringPath to custom fonts directory.
defaultDocumentStringAbsolute path to default document that will be loaded automaticaly.
preloadPageCountInteger0Indicate 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
textSignatureBooleantrueEnable/disable text signature
imageSignatureBooleantrueEnable/disable image signature
digitalSignatureBooleantrueEnable/disable digital signature
qrCodeSignatureBooleantrueEnable/disable QR-Code signature
barCodeSignatureBooleantrueEnable/disable Barcode signature
stampSignatureBooleantrueEnable/disable Stamp signature
handSignatureBooleantrueEnable/disable Hand signature
downloadOriginalBooleantrueEnable/disable original document downloading
downloadSignedBooleantrueEnable/disable signed document downloading

See also

Product Page | Docs | Demo | API Reference | Examples | Blog | Search | Free Support | Temporary License

Tag summary

Content type

Image

Digest

sha256:77d9a9e7f

Size

323.5 MB

Last updated

almost 3 years ago

docker pull groupdocs/signature