Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 6,555 for

id client

(0.05 sec)
  1. 如何使用 Ruby 中的 REST API 将 EML 文件在线转换为 PDF

    将电子邮件 EML 格式转换为包含附件的 PDF 很容易。本文介绍如何使用 Ruby 中的 REST API 将 EML 文件在线转换为 PDF。...例之前,从 仪表板 中快速 获取您的客户端 ID 和客户端密码 。获得 ID 和密码后,请添加如下所示的代码: # 免费注册后,从...groupdocs.cloud 获取您的 client_idclient_secret。 # 在你的 ruby 应用程序中为...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  2. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Translation Cloud into your applications....Client ; using GroupDocs.Translation.Cloud.Sdk.Client.Auth..."YOU_CLIENT_ID" ; config . OAuthClientSecret = "YOU_CLIENT_SECRET"...

    docs.groupdocs.cloud/translation/sdk/
  3. 使用 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...
  4. 用 Java 提取 PDF 页面 | PDF提取器

    了解如何使用 Java 从 PDF 中提取页面并在线分离 PDF 页面。本文提供有关如何使用 GroupDocs.Merger API 的分步指南。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...免费试用帐户或 购买订阅计划 以 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,将以下代码片段添加到基于 Java 的应用程序中:...

    blog.groupdocs.cloud/zh/merger/extract-pages-fr...
  5. Java在线重新排列PDF页面

    了解如何重新排列 PDF 文档中的页面。按照您的需要在 PDF 中移动、交换和删除页面的分步说明进行操作。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...免费试用帐户或 购买订阅计划 以 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,将以下代码片段添加到基于 Java 的应用程序中:...

    blog.groupdocs.cloud/zh/merger/rearrange-pdf-pa...
  6. Add Image Watermark to Word in C# | Watermark D...

    Learn how to add image watermark to Word documents online using GroupDocs.Watermark Cloud SDK for .NET. Add logos, photos, or JPG images as watermarks in DOC and DOCX files programmatically....and obtain your personalized client credentials. Add Image Watermark...Configuration( "YOUR_CLIENT_ID" , "YOUR_CLIENT_SECRET" ); var watermarkApi...

    blog.groupdocs.cloud/watermark/add-image-waterm...
  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.... 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...
  8. 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...
  9. 使用 Java SDK 将 DOCX 转换为 PPTX:指南

    了解如何将 Word 转换为 Java 中的 PowerPoint 演示文稿。本指南涵盖了无缝高效地转换文件的步骤。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...上的免费试用帐户并 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,将以下代码片段添加到基于 Java 的应用程序中:...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  10. 使用 REST API 在 Java 中将 PDF 转换为 Word 文档

    使用 PDF 到 Word 转换器快速、可靠的 API 将 PDF 转换为可编辑的 Word DOC。让我们看看如何使用 REST API 在 Java 中将 PDF 转换为 Word 文档。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...在开始执行这些步骤和可用的代码片段之前,请从 仪表板 获取您的 客户端 ID 和客户端密码 。获得 ID 和密码后,请将其添加到代码示例中,如下所述:...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...