Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 6,576 for

client id

(0.14 sec)
  1. 在 Python 中使用 REST API 编辑 Excel 工作表 |在 Python 中编...

    使用适用于 Python 的 Excel 电子表格编辑器云 SDK,在 Python 中使用云中的 REST API 以编程方式编辑 Excel 工作表(XLS 或 XLSX)。...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,添加如下所示的代码: # 此代码示例演示如何在代码中添加您的客户端...此代码示例演示如何在代码中添加您的客户端 ID 和密码。 client_id = "659fe7da-715b-4744-a0f7-cf469a392b73"...

    blog.groupdocs.cloud/zh/editor/edit-excel-sheet...
  2. 通过 Java 将 HTML 转换为 Markdown |综合指南

    GroupDocs.Conversion 提供各种文档格式的转换。本文介绍如何使用 REST API 使用 Java 将 HTML 转换为 Markdown。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...帐户。在开始执行步骤和可用代码片段之前,从 仪表板 收集客户端 ID 和客户端密码。获得客户 ID 和密码后,请输入下面显示的代码: # 免费注册后,从...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  3. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables Client_Id and Client_SECRET....Web Token # Place your Client Id and Client Secret in the environment...environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api...

    docs.groupdocs.cloud/annotation/multiple-annota...
  4. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、cURL 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...Aspose Cloud Dashboard 获取您的个性化客户端 ID 和客户端密钥,以验证 API 请求。 将 PDF 转换为...ClientId = "YOUR_CLIENT_ID", ClientSecret = "YOUR_CLIENT_SECRET" };...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  5. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set in your..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/watermark/get-document-inf...
  6. Get Metadata Tags Information | Documentation

    This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment..."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  7. 用 Java 将 PDF 转换为 PPT | GroupDocs.Conversion Clo...

    使用 Java SDK 在线轻松将 PDF 文档转换为可编辑的 PPT 或 PPTX 格式。本文介绍如何使用 Java 将 PDF 转换为 PPT 或 PPTX。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...仪表板 收集您的客户端 ID 和客户端密码。此外,在使用前检查 API 文档 和使用限制也很重要。获得 ID 和密码后,请输入下面显示的代码:...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  8. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. 在 Java 中将 TIFF 图像转换为 PDF - 分步指南。

    了解如何使用 Java 将 TIFF 文件转换为 PDF 文档。通过可自定义的设置和安全的数据处理获得准确和高质量的转换。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...仪表板 收集您的客户端 ID 和客户端密码,然后再开始执行这些步骤和可用的代码示例。获得 ID 和密码后,请输入下面显示的代码:...

    blog.groupdocs.cloud/zh/conversion/tiff-file-to...
  10. 在 Java 中将 Markdown 导出为 PDF - 分步指南。

    了解如何使用 REST API 在 Java 中将 Markdown 文件转换为 PDF。按照我们的代码示例指南进行操作,并发现用于自定义的高级选项。...<repository> <id>groupdocs-artifact-repository</id> <name>GroupDocs...GroupDocs 帐户,以便从 仪表板 获取客户端 ID 和客户端密码。获得 ID 和 Secret 后,请输入下面显示的代码段:...

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