groupdocs-annotation / GroupDocs.Annotation-for-.NET-WebForms

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/annotation/net
MIT License
1 stars 1 forks source link

Groupdocs document & pdf annotator

GroupDocs.Annotation for .NET Web.Forms Example

version 1.17.0

Build status Codacy Badge GitHub license

:warning: This repository has moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/WebForms

System Requirements

Annotate & write on document with .NET WebForms

GroupDocs.Annotations for .NET is a powerful library that provides flexible API which allows you to annotate PDF, DOCX, PPT, XLS, and over 90 document formats without external dependencies and/or additional document conversions such us (DOCX to PDF or PPT to PDF). With GroupDocs.Annotation API you can write on documents using various annotation tools such as arrow annotation, text annotation or even draw on a document with help of freehand annotation drawing tool.

With GroupDocs.Annotation for .NET WebForms application, you can annotate and write on document using our modern and responsive web UI interface. Thanks to flexible and highly customizable configuration it can be used as standalone application or can be integrated into your project within few simple steps.

Note: without a license application will run in trial mode, purchase GroupDocs.Annotation for .NET license or request GroupDocs.Annotation for .NET temporary license.

Demo Video

Features




Text annotation

Add text annotations in any document. Specify font size, set colors, add comments and collaborate.








Freehand Drawing

Draw on a document using a freehand drawing tool. Easily highlight specific areas on your document page.







Blackout & Redaction

Blackout and redact sensitive or personally identifiable information on your document.








Comments

Collaborate and comment on any annotation. Start a discussion right in a document without database dependency/integration.







More features

How to run

You can run this sample by one of following methods

Build from source

Download source code from github or clone this repository.

git clone https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET-WebForms

Open solution in the VisualStudio. Update common parameters in web.config and example related properties in the configuration.yml to meet your requirements.

Open http://localhost:8080/annotation in your favorite browser

Docker image

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.

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.

Annotation configuration options

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

Troubleshooting

How to set custom baseURL

BaseURL is fetched from address bar however you can set custom baseURL by adding forRoot parameter at app.module.ts

Example:

AnnotationModule.forRoot("http://localhost:8080")

License

The MIT License (MIT).

Please have a look at the LICENSE.md for more details

GroupDocs Annotation on other platforms & frameworks

Home | Product Page | Documentation | API Reference | Examples | Blog | Search | Free Support | Temporary License