GroupDocs.Annotation-Cloud
22.2.0
dotnet add package GroupDocs.Annotation-Cloud --version 22.2.0
NuGet\Install-Package GroupDocs.Annotation-Cloud -Version 22.2.0
<PackageReference Include="GroupDocs.Annotation-Cloud" Version="22.2.0" />
paket add GroupDocs.Annotation-Cloud --version 22.2.0
#r "nuget: GroupDocs.Annotation-Cloud, 22.2.0"
// Install GroupDocs.Annotation-Cloud as a Cake Addin
#addin nuget:?package=GroupDocs.Annotation-Cloud&version=22.2.0
// Install GroupDocs.Annotation-Cloud as a Cake Tool
#tool nuget:?package=GroupDocs.Annotation-Cloud&version=22.2.0
Document Annotation .NET Cloud REST API
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
This REST API enhances your C#, ASP.NET & other .NET cloud apps to import, export & process text & figure annotations within documents for 35+ file formats.
Cloud Document Annotation Features
- Fetch document description with metadata and coordinates of text on pages.
- Fetch annotation data from files of supported formats.
- Import annotation information from documents.
- Export annotation information to a document and fetch it as a stream.
- Remove document annotations.
- Get image representation of the document pages.
- Render documents to PDF format with storage URL or stream output.
- Add or remove document or image annotations of various types.
Supported Annotation Formats
Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT
Microsoft Excel: XLS, XLSX, XLSB, XLSX
Microsoft PowerPoint: PPT, PPTX, PPSX
Microsoft Visio: VSD, VDX, VSS, VSDM
OpenOffice: OTT, ODT, ODP, OTP
Image: JPEG, TIFF, BMP, GIF (static only), DJVU
Metafile: EMF, WMF
Email: EML, EMLX, MSG
Portable: PDF
Medical Imagery: DICOM
Markup: HTML, MHTML
AutoCAD: CAD
Get Started
You do not need to install anything to get started with GroupDocs.Annotation Cloud SDK for .NET. Just create an account at GroupDocs for Cloud and get your application information.
Simply execute Install-Package GroupDocs.Annotation-Cloud
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Annotation assembly in your project. If you already have GroupDocs.Annotation Cloud SDK for .Net and want to upgrade it, please execute Update-Package GroupDocs.Annotation-Cloud
to get the latest version.
Please check the GitHub Repository for common usage scenarios.
Annotate DOCX File using C# Code
// for complete examples, please visit https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet
// Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
string MyClientId = "MY-CLIENT-ID";
string MyClientSecret = "MY-CLIENT-SECRET";
// Create instance of the API
var configuration = new Configuration(MyClientId, MyClientSecret);
var apiInstance = new AnnotateApi(configuration);
AnnotationInfo[] annotations = {
new AnnotationInfo {
AnnotationPosition = new Point {
X = 852, Y = 59.388262910798119
},
Box = new Rectangle {
X = 375.89276123046875, Y = 59.388263702392578, Width = 88.7330551147461, Height = 37.7290153503418
},
PageNumber = 0,
PenColor = 1201033,
PenStyle = 0,
PenWidth = 1,
Type = AnnotationInfo.TypeEnum.Area,
CreatorName = "Anonym A."
}
};
var options = new AnnotateOptions {
FileInfo = new FileInfo() {
FilePath = "sample-file.docx"
},
Annotations = annotations.ToList(),
OutputPath = "Annotated/output.docx"
};
var response = apiInstance.Annotate(new AnnotateRequest(options));
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
22.2.0 | 344 | 2/3/2022 |
21.6.0 | 245 | 6/17/2021 |
21.2.0 | 275 | 2/17/2021 |
20.10.0 | 363 | 10/14/2020 |
19.5.0 | 638 | 5/15/2019 |
18.7.0 | 598 | 12/19/2018 |
18.7.0-alpha-20181219073816 | 442 | 12/19/2018 |
18.4.0 | 843 | 5/15/2018 |
18.4.0-alpha-20180514065856 | 741 | 5/15/2018 |
17.12.0 | 900 | 1/24/2018 |