You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-node/blob/master/LICENSE)
1
+
# GroupDocs.Annotation Cloud Node.js SDK
2
2
3
-
# Node.js SDK for Document Annotation
4
-
5
-
[GroupDocs.Annotation Cloud SDK for Node.js](https://products.groupdocs.cloud/annotation/nodejs) wraps GroupDocs.Annotation RESTful APIs so you may integrate Document Annotation features in your own apps with zero initial cost.
6
-
7
-
The solution helps in applying annotations, sticky notes, watermark overlays, redactions, text replacements and markups to documents, presentations, emails, spreadsheets, PDF, images, and other file formats.
8
-
9
-
## Annotate Documents & Images in the Cloud
10
-
11
-
- Import document annotations.
12
-
- Add or remove annotations.
13
-
- Export annotated document back to its original format.
## Get Started with GroupDocs.Annotation Cloud SDK for Node.js
36
-
37
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the installation steps to get started.
3
+
Node.js module for communicating with the GroupDocs.Annotation Cloud API
38
4
39
5
## Installation
40
6
41
-
GroupDocs.Annotation Cloud SDK for Node.js is available at [npmjs.com](https://www.npmjs.com/package/groupdocs-annotation-cloud). You can install it as follows.
7
+
A package `groupdocs-annotation-cloud`is available at [npmjs.com](https://www.npmjs.com/package/groupdocs-annotation-cloud). You can install it with:
42
8
43
9
```shell
44
10
npm install groupdocs-annotation-cloud
45
11
```
46
12
47
-
## Get All Supported Formats for Annotation
13
+
## Getting Started
14
+
15
+
Please follow the [installation](#installation) procedure and then run the following JavaScript code:
0 commit comments