Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 6,798 for

client id

(1.03 sec)
  1. 如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF

    从 PowerPoint PPTX 转换为 PDF 是一种可行的文档保护选项。让我们学习如何在 Python 中使用 REST API 将 PowerPoint 转换为 PDF。...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,添加如下所示的代码: # 在您的 Python...groupdocs.cloud 获取 client_idclient_secret。 client_id = "xxxxxxx-...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  2. 在 Python 中使用 REST API 编辑 Word 文档 |在 Python 中编辑 ...

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 Word 文档(DOC 或 DOCX)。...从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,添加如下所示的代码: client_id = "659fe7d..."659fe7da-715b-4744-a0f7-cf469a392b73" client_secret = "b377c36cfa28fa69960e"...

    blog.groupdocs.cloud/zh/editor/edit-word-docume...
  3. 在 Python 中将 SVG 高质量转换为 PNG

    SVG to PNG API 专为开发人员设计,用于将 SVG 图像转换为 PNG 文件。本文介绍如何在 Python 中将 SVG 高质量转换为 PNG。...在执行上述步骤之前,请 从仪表板获取您的客户端 ID 和密码 。获得 ID 和密码后,添加如下所示的代码: # 从 http://api...groupdocs.cloud 获取 client_idclient_secret。 client_id = "xxxxxxx-...

    blog.groupdocs.cloud/zh/conversion/convert-svg-...
  4. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provIdes an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."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/comparison/set-document-me...
  5. 在 C# 中以编程方式将 CSV 转换为 JSON 或将 JSON 转换为 CSV

    使用 C# REST API 将 JSON 数组转换为 CSV 表。本文介绍如何在 C# 中以编程方式将 CSV 转换为 JSON 或将 JSON 转换为 CSV。...您还需要从 仪表板 获取您的客户端 ID 和客户端密码。在代码中添加您的客户端 ID 和客户端密码,如下所示: //从 https://dashboard...GroupDocs.Conversion.Cloud.Sdk.Client; using GroupDocs.Conversion...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  6. 在 Ruby 中使用 REST API 将 Word 转换为图像格式

    GroupDocs Ruby SDK 是将 Word DOCX 转换为图像格式的最佳方式。本文介绍如何在 Ruby 中使用 REST API 将 Word 格式转换为图像格式... 首先, 从仪表板获取您的客户端 ID 和密码 ,然后再执行以下提到的步骤。获得 ID 和密码后,在您的应用程序中添加以下代码,如下所示:...groupdocs.cloud 获取您的 client_idclient_secret。 @app_sid = "...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. Create Invoices Online with GroupDocs.Assembly ...

    Learn how to generate professional invoices on the fly using GroupDocs.Assembly Cloud. Upload a DOCX template, bind JSON data, and output DOCX or PDF with simple cURL calls or .NET SDK....Initialize the AssemblyApi client. Upload the local template..."grant_type=client_credentials&client_id=YOUR_CLIENT_ID&client_secr...

    blog.groupdocs.cloud/assembly/create-invoices-o...
  8. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Linux/MacOS/Bash curl -X POST "https://api....Client ; using GroupDocs.Conversion...groupdocs.cloud.conversion.client.ApiException ; import com.groupdocs...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  9. 在 Python 中使用 REST API 注释 PDF 文档 |休息API

    使用适用于 Python 的 Document Annotation Cloud SDK 在 Python 中使用云中的 REST API 以编程方式注释 PDF 文档。...仪表板 获取您的客户端 ID 和客户端密码。获得 ID 和密码后,添加如下所示的代码: client_id = "659fe7..."659fe7da-715b-4744-a0f7-cf469a392b73" client_secret = "b377c36cfa28fa69960e"...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  10. 在 Node.js 中提取 Word 文档的图像 | 获取 DOCX 图像

    学习如何使用 GroupDocs.Parser Cloud SDK for Node.js 从 Word 文档 (.doc, .docx) 中提取图像。通过 REST API 或 cURL 自动化图像提取。... 获取您的客户端 ID 和客户端密钥。 安装基于REST的SDK: npm install...Configuration("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET"); const parserApi...

    blog.groupdocs.cloud/zh/parser/extract-images-f...