Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 6,098 for

client id

(0.04 sec)
  1. 在 Java 中将 JPG 转换为 PowerPoint 并将 PowerPoint 转换为 JPG

    使用快速安全的 REST API 将 JPG 文件转换为 PPT,将 PPT 转换为 JPG 文件格式。让我们看看如何在 Java 中将 JPG 转换为 PowerPoint 以及将 PowerPoint 转换为 JPG...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,在基于 Java 的应用程序中添加代码片段:...

    blog.groupdocs.cloud/zh/conversion/convert-jpg-...
  2. 使用 Python 比较两个或多个 Word 文档

    使用适用于 Python 的文档比较云 SDK,以编程方式在 Python 中使用云中的 REST API 比较两个或多个 Word 文档。...仪表板 获取您的客户端 ID 和客户端密码。在代码中添加您的 ID 和密码,如下所示: client_id = "112f0f..."112f0f38-9dae-42d5-b4fc-cc84ae644972" client_secret = "16ad3fe0bdc39c910f57"...

    blog.groupdocs.cloud/zh/comparison/compare-word...
  3. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…... Issue ID(s): SIGNATURECLOUD-610 biglesias...Free Support Policies . Issue ID(s): SIGNATURENET-5079 BTW, SignTime...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  4. 在 Java 中将 XLSX 转换为 CSV - 分步指南

    了解如何使用 REST API 在 Java 中将 Excel (XLS/XLSX) 转换为 CSV。本文提供了将 Excel 快速转换为 CSV 的分步说明。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...GroupDocs 帐户并 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,在基于 Java 的应用程序中添加以下代码片段:...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  5. 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... However, manually writing client code can be difficult, error-prone...groupdocs_annotation_cloud client_id = "XXXX-XXXX-XXXX-XXXX" #...

    docs.groupdocs.cloud/annotation/metered-consump...
  6. 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 Request * cURL example to get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985.... However, manually writing client code can be difficult, error-prone...groupdocs_comparison_cloud client_id = "XXXX-XXXX-XXXX-XXXX" #...

    docs.groupdocs.cloud/comparison/metered-consump...
  7. 使用 Python 编辑 PowerPoint 演示文稿 |在 Python 中编辑 PPTX

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 PowerPoint 演示文稿。...仪表板 获取您的客户端 ID 和客户端密码。获得 ID 和密码后,添加如下所示的代码: client_id = "da0c48..."da0c487d-c1c0-45ae-b7bf-43eaf53c5ad5" client_secret = "479db2b01dcb93a3d4d2"...

    blog.groupdocs.cloud/zh/editor/edit-powerpoint-...
  8. 在 Java 中以编程方式将 Word 转换为 JPG 并将 JPG 转换为 Word

    文件转换 API 允许将图像从 JPG 转换为 Word DOC。本文介绍如何在 Java 中以编程方式将 Word 转换为 JPG 以及将 JPG 转换为 Word...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,在基于 Java 的应用程序中添加代码片段:...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  9. 用 Java 在线旋转 PDF 页面

    了解如何使用 GroupDocs.Merger Cloud SDK 在 Java 中以编程方式旋转 PDF 页面。探索功能、设置过程和高级轮换选项。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...免费试用帐户或 购买订阅计划 以 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,将以下代码片段添加到基于 Java 的应用程序中:...

    blog.groupdocs.cloud/zh/merger/how-to-rotate-pd...
  10. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-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.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation.... However, manually writing client code can be difficult, error-prone...import groupdocs_merger_cloud client_id = "XXXX-XXXX-XXXX-XXXX" #...

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