Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 4,142 for

groupdocs.annotation

(0.07 sec)
  1. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/developer-guide/
  2. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/getting-started/
  3. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/getting-started/
  4. How to work with API Usage Logs | Documentation

    Using API Usage Log page Log into Dashboard Access the Billing / API Usage Log page. You can view the log of your API calls...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/total/how-to-work-with-api...
  5. Supported Document Formats | Documentation

    GroupDocs.Classification Cloud API supports following document formats: Format Name Extension Load Save Remarks Portable Document Format PDF Words Document Formats DOC, DOCX, DOCM, DOT, DOTX, DOTM Rich Text Formats RTF Plain Text File TXT OpenDocument Formats ODT, OTT...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/supported-d...
  6. Rectangle | Documentation

    Rectangle data structure describes rectangle Rectangle example: { "Height": 0, "Width": 0, "X": 0, "Y": 0 } Name Description Height Rectangle height Width Rectangle width X X coordinate Y Y coordinate...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/rectangle/
  7. GroupDocs Newsletter August 2017– .NET, Java AP...

    GroupDocs developer newsletter August 2017 describes API updates, new features, .NET and Java code examples within GroupDocs document manipulation APIs....NET # GroupDocs.Annotation for .NET 17.6.0 API...Java Applications? # GroupDocs.Annotation for Java 17.6 permits...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....NET applications GroupDocs.Annotation for .NET 17.1.0 provides...into one product suite. GroupDocs.Annotation for .NET 17.1.0 – 09...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...Cloud Documentation / GroupDocs.Annotation Cloud / Developer Guide...

    docs.groupdocs.cloud/annotation/annotationinfo/
  10. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...Cloud Documentation / GroupDocs.Annotation Cloud / Developer Guide...

    docs.groupdocs.cloud/annotation/get-pages/