Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 5,656 for

secret client

(0.22 sec)
  1. 在 Node.js 中将 Excel 电子表格转换为 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以编程方式将 Excel 电子表格转换为 PDF 文件。 Node.js SDK 允许将 XLS、XLSX 文件转换为 PDF。...在开始执行步骤和可用代码示例之前,请从 dashboard 获取您的 Client ID 和 Client Secret。获得 ID 和密码后,添加如下所示的代码:...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  2. C# 将 PDF 文件合并为一个 - C# 文件合并

    了解如何使用适用于 .Net 的 GroupDocs.Merger Cloud SDK 在 C# 中合并 PDF 文件。在 C# 应用程序中无缝合并 PDF 的分步指南。...在代码中添加 Client ID 和 Client Secret,如下所示: //从 https://dashboard...GroupDocs.Merger.Cloud.Sdk.Client; using GroupDocs.Merger.Cloud...

    blog.groupdocs.cloud/zh/merger/how-to-merge-pdf...
  3. 使用 Node.js 将 Word 文档转换为 PDF |在 Node.js 中将 DOCX ...

    使用 Node.js 中的 REST API 以编程方式将 Word 文档转换为 PDF。 Node.js SDK 允许将 DOC 和 DOCX 文件转换为云端的 PDF 文件。...在开始执行步骤和可用代码示例之前,请从 dashboard 获取您的 Client ID 和 Client Secret。获得 ID 和密码后,请添加如下所示的代码:...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  4. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling 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 # Get JSON Web Token # Set your Client credentials in environment variables Client_ID and Client_Secret curl -v "https://api....your client credentials in environment variables CLIENT_ID and...and CLIENT_SECRET curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/annotation/text-underline-...
  5. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on 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 # Get JSON Web Token # Place your Client credentials in the environment variables Client_ID and Client_Secret....your client credentials in the environment variables CLIENT_ID...CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  6. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

    使用用于 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的云中使用 REST API 以编程方式签署带有数字签名的文档。...在执行上述步骤之前,请从 dashboard 获取您的 Client ID 和 Secret。获得 ID 和密码后,添加如下所示的代码:...

    blog.groupdocs.cloud/zh/signature/sign-document...
  7. 在 Node.js 中使用 REST API 比較 PDF 文件 | PDF比較SDK

    使用用於 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的雲中使用 REST API 以編程方式簽署帶有數字簽名的文檔。...在執行上述步驟之前,請從 dashboard 獲取您的 Client ID 和 Secret。獲得 ID 和密碼後,添加如下所示的代碼:...

    blog.groupdocs.cloud/zh-hant/signature/sign-doc...
  8. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure Client_ID and Client_Secret are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=Client_credentials&Client_id=$Client_ID&Client_Secret=$Client_Secret" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....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-supported-fil...
  9. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment...'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET'...

    docs.groupdocs.cloud/metadata/get-document-info...
  10. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....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/conversion/convert-txt-doc...