Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 6,651 for

api configuration

(0.04 sec)
  1. 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 Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....document as list of json objects API usage There are steps that usage...~/annotation/extract lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/annotation/extract-annotat...
  2. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-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.Annotation Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Annotation Api calls charge is based on document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...calls are not charged Annotation API calls charge is based on document...consumption curl -v "https://api.groupdocs.cloud/v2.0/annotation/consumption"...

    docs.groupdocs.cloud/annotation/metered-consump...
  3. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST Api for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....Next Generation GroupDocs Cloud APIs. Our product team works hard...Cloud REST API 17.11 The Groupdocs.Viewer Cloud REST API) offers...

    blog.groupdocs.cloud/viewer/first-public-releas...
  4. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST Api 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...GroupDocs 推出了 Watermark Cloud API。這增強了 GroupDocs 水印解決方案 。它已經作為...開發人員的 本地 API 以及任何類型用戶的 跨平台在線應用程序 存在。 Watermark Cloud API 和 SDK ...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  5. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST Api 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。...GroupDocs 推出了 Watermark Cloud API。这增强了 GroupDocs 水印解决方案 。它已经作为...开发人员的 本地 API 以及任何类型用户的 跨平台在线应用程序 存在。 Watermark Cloud API 和 SDK ...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...
  6. 将 PDF 转换为 PowerPoint | PDF 转换为 PPT | PDF 转换为 PP...

    无缝将 PDF 转换为 PowerPoint 演示文稿,使用 Java REST Api。在线将 PDF 保存为 PPT。免费的 PDF 转 PPTX 转换器。...示文稿,还是改善工作场所协作,使用 Java REST API 将 PDF 转换为 PowerPoint 提供了高效的解决方案。...提供了高效的解决方案。 本文涵盖以下主题: REST API for PDF to PowerPoint Conversion 将 PDF...

    blog.groupdocs.cloud/zh/conversion/pdf-to-ppt-j...
  7. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-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.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Linux/MacOS/Bash # cURL example to get metered license consumption curl -v "https://Api.groupdocs.cloud/v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license consumption curl....consumption curl -v "https://api.groupdocs.cloud/v2.0/comparison/consumption"...consumption curl . exe -v "https://api.groupdocs.cloud/v2.0/comparison/consumption"...

    docs.groupdocs.cloud/comparison/metered-consump...
  8. Get Document Information | Documentation

    This REST Api allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST Api resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....feedback On this page This REST API allows to obtain basic information...GroupDocs.Viewer Cloud REST API resource has been used to get...

    docs.groupdocs.cloud/comparison/get-document-in...
  9. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Viewer Cloud is a Document Rendering and Viewing REST Api Solution, that gives complete freedom of platform and programming languages....worrying about underlying REST API calls. Here we go! Step 1: #...following Maven Repository configuration / location in your Maven...

    blog.groupdocs.cloud/viewer/render-documents-to...
  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....Leave feedback On this page This API retrieves document information...GroupDocs.Annotation Cloud REST API resource has been used to get...

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