Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 913 for

annotation types

(0.03 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Annotation Cloud 19.5 is introduced...committed to evolving GroupDocs.Annotation Cloud REST API to make it...

    blog.groupdocs.cloud/groupdocs.cloud/page/39/
  2. Delete Annotations | Documentation

    Delete method allows to remove all added Annotations. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image Annotation Add Annotation Download document with Annotations Delete Annotations HTTP POST ~/Annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/delete-annotati...
  3. AnnotationInfo | Documentation

    AnnotationInfo data structure describes Annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/annotationinfo/
  4. 在 PHP 中使用 REST API 注释 PDF 文档 | PDF 注释 API

    使用 Document Annotation Cloud SDK for PHP 在 PHP 中使用云上的 REST API 以编程方式注释 PDF 文档。使用 PHP 添加多个注释。...Annotation Cloud 的 PHP SDK API。它允许向...groupdocscloud/groupdocs-annotation-cloud 安装后,请使用Composers的 autoload...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  5. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....you to embed and display 50+ types of documents on any page within...document review and annotation? GroupDocs.Annotation for .NET is a...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  6. GroupDocs Newsletter September 2017– APIs Updat...

    GroupDocs developers newsletter September 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Annotation for .NET 17.7 supports setting annotation opacity...formats. You can also import annotation like: text field, polyline...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. Extract Annotations | Documentation

    Get method allows to retrieve all added Annotations for given document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image Annotation Add Annotation Download document with Annotations Extract or Delete Annotations HTTP POST ~/Annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/extract-annotat...
  8. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image Annotation Add Annotation Call Preview method Download result pages from cloud storage HTTP POST ~/Annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/get-pages/
  9. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image Annotation Add Annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/Annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/delete-pages/
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/Annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'Annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "Annotationdocs/one-page....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/get-document-in...