Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 5,877 for

id client

(0.03 sec)
  1. 在 Java 中合并 Word 文档

    通过此全面的分步指南,了解如何使用 GroupDocs.Merger Cloud SDK for Java 合并 Java 中的 Word 文档 DOC 或 DOCX。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...免费试用帐户或 购买订阅计划 并 获取您的 API 密钥 。获得客户端 ID 和客户端密码后,将以下代码片段添加到基于 Java 的应用程序中:...

    blog.groupdocs.cloud/zh/merger/how-to-merge-wor...
  2. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: import { readFile, writeFile } from "fs/promises"; import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…...GROUPDOCS_CLIENT_ID; const clientSecret = process...process.env.GROUPDOCS_CLIENT_SECRET; if (!clientId || !clientSecret)...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  3. 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/
  4. 使用 REST API 编辑 Word 文档或 Excel 工作表

    使用适用于 Python 的 Document Editor Cloud SDK,使用 Python 中云端文档中的 REST API 以编程方式编辑 Word 文档或 Excel 工作表。...仪表板 获取您的客户端 ID 和客户端密码。在代码中添加您的 ID 和密码,如下所示: client_id = "YOUR_CLIENT_ID"..."YOUR_CLIENT_ID" client_secret = "YOUR_CLIENT_SECRET" configuration...

    blog.groupdocs.cloud/zh/editor/edit-word-or-exc...
  5. 使用 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...
  6. 如何使用 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...
  7. 在 Java 中将页面转换为 PDF 文档

    我们的在线文档转换器 API 允许您将 HTML 高质量地转换为 PDF。本文介绍如何使用 REST API 在 Java 中将 HTML 转换为 PDF...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...在开始执行步骤和可用代码示例之前,请从 仪表板 获取您的 客户端 ID 和客户端密码 。获得 ID 和密码后,请添加如下所示的代码: # 免费注册后,从...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  8. 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...
  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. 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-...