Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 300 for

annotation info

(0.11 sec)
  1. Text Underline Annotation | Documentation

    Text Underline Annotation marks text with a underline styling 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 (using File API) Add Annotation(s) Download document with Annotations (using File API) HTTP POST ~/Annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/text-underline-...
  2. Text field Annotation | Documentation

    Text field Annotation adds rectangle with a text inside 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 (using File API) Add Annotation(s) Download document with Annotations (using File API) HTTP POST ~/Annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/text-field-anno...
  3. Text Highlight Annotation | Documentation

    Text Highlight Annotation highlights and comments selected text 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 (using File API) Add Annotation(s) Download document with Annotations (using File API) HTTP POST ~/Annotation/add 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/text-highlight-...
  4. Text redaction Annotation | Documentation

    Text redaction Annotation fills part of text with black rectangle (used if you want to hide some text) 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 (using File API) Add Annotation(s) Download document with Annotations (using File API) HTTP POST ~/Annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/text-redaction-...
  5. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional Information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view Information for Outlook Data File. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document Info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs.../ Get View Info for Outlook Data File Get View Info for Outlook...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  6. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional Information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view Information for MS Project document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document Info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...Get View Info for MS Project Document Get View Info for MS Project...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  7. Remove Annotations From Word in Python

    Programmatically extract or remove Annotations from Word in Python. GroupDocs.Annotation offers Cloud SDKs and REST APIs to delete Annotations programmatically....Python developer, you can annotate any Word ( .doc or .docx )...extract or remove all the annotations from Word files using Python...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  8. Add annotation with downloading output document...

    AnnotateDirect method allows to add Annotations to the document and returns output 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 and get the result immediately HTTP PUT ~/Annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # 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/add-direct/
  9. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....українська Polski You can annotate any PDF document programmatically...article, you will learn how to annotate PDF documents using a REST...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  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 Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/Annotation/Info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "Annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/Annotation/Info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'Annotationdocs/one-page....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

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