GroupDocs.Annotation-Cloud 21.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GroupDocs.Annotation-Cloud --version 21.6.0
NuGet\Install-Package GroupDocs.Annotation-Cloud -Version 21.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GroupDocs.Annotation-Cloud" Version="21.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GroupDocs.Annotation-Cloud --version 21.6.0
#r "nuget: GroupDocs.Annotation-Cloud, 21.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GroupDocs.Annotation-Cloud as a Cake Addin
#addin nuget:?package=GroupDocs.Annotation-Cloud&version=21.6.0

// Install GroupDocs.Annotation-Cloud as a Cake Tool
#tool nuget:?package=GroupDocs.Annotation-Cloud&version=21.6.0

Document Annotation .NET Cloud REST API

Version 21.6 Nuget GitHub

banner

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
23.12.0 165 12/27/2023
23.4.0 191 4/14/2023
22.2.0 469 2/3/2022
21.6.0 339 6/17/2021
21.2.0 355 2/17/2021
20.10.0 455 10/14/2020
19.5.0 756 5/15/2019
18.7.0 698 12/19/2018
18.7.0-alpha-20181219073816 494 12/19/2018
18.4.0 963 5/15/2018
18.4.0-alpha-20180514065856 827 5/15/2018
17.12.0 1,022 1/24/2018