Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 4,888 for

annotation

(0.07 sec)
  1. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/
  2. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/get-supported-file-...
  3. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  4. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Annotation for .NET 17.1.0은 텍스트, 영역...

    blog.groupdocs.cloud/ko/groupdocs.cloud/page/49/
  6. แปลง PDF เป็น PPTX โดยใช้ REST API ใน Python | ...

    แปลง PDF เป็นการนำเสนอ PowerPoint (PPTX) โดยทางโปรแกรมโดยใช้ REST API บนคลาวด์ใน Python ด้วย Document Conversion Cloud SDK สำหรับ Python...hide_pdf_annotations = True settings.load_options...

    blog.groupdocs.cloud/th/conversion/convert-pdf-...
  7. Translating HTML files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating HTML files....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/html/
  8. Translating Excel files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating Excel files....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/excel/
  9. Translating Markdown files with GroupDocs.Trans...

    How to use GroupDocs.Translation Cloud SDK for translating Markdown files....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/markd...
  10. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/metered-consumption/