Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 19,271 for

file api

(0.18 sec)
  1. Node.js: 将 MPP 转换为 PDF | 在线将 MS Project MPP 转换为...

    学习如何使用 GroupDocs.Conversion Cloud SDK for Node.js 轻松将 MS Project (MPP) 文件转换为 PDF 格式。快速且准确的 MPP 转 PDF 转换。... 🚀 MPP 转 PDF 的 API 📄 MPP 转 PDF 转换在 Node.js 中 💻...MPP 转换为 PDF 🚀 MPP 到 PDF 转换的 API # 使用 GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/zh/conversion/convert-mpp-...
  2. Set Metadata By Property Value | Documentation

    This REST Api allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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" # cURL example to join several documents into one curl -v "https://Api....feedback On this page This REST API allows to set document metadata...CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Add Metadata By Property Name Match Exact Phras...

    This REST Api allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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" # cURL example to add metadata to a document curl -v "https://Api....feedback On this page This REST API allows you to add metadata information...cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST Apis | GroupDocs Cloud...Cloud SDKs and REST APIs for building a ZIP File Converter. Follow...this blog post to merge JPG files in Node.js. GroupDocs.Merger...

    blog.groupdocs.cloud/groupdocs.cloud/page/13/
  5. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....is not provided: the convert api method will return converted...~/conversion lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/conversion/convert-using-c...
  6. Get Container Items Information | Documentation

    This REST Api endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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. FileInfo.Password The password to open File It should be specified only for password-protected documents....feedback On this page This REST API endpoint allows retrieving container...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/get-container-items...
  7. Parse by Template | Documentation

    This REST Api provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Template Leave feedback This REST API provides the functionality to...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/parse-by-template/
  8. 如何在 Python 中从 Word 文档中提取页面

    将 word 文档拆分为多个文档以从 word 文档中提取页面。本文介绍如何使用 Python 从 word 文档中提取页面。...本分页器文章应涵盖以下主题: Word 文档拆分器 REST API - Python SDK 如何在 Python 中将 Word...如何使用Python将Word Doc拆分为多个文件 Word 文档拆分器 REST API - Python SDK # 要将 word 文件拆分为多个文件,我将使用...

    blog.groupdocs.cloud/zh/merger/how-to-extract-p...
  9. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email 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....is not provided: the convert API method will return the converted...Swagger UI lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/conversion/convert-email-d...
  10. 在 Node.js 中使用 REST API 使用 Stamp 签署 PDF |在 Node....

    使用用于 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的云端使用 REST Api 以编程方式使用 Stamp 签名对 PDF 文档进行签名。...REST API 使用图章签名对 PDF 文档进行签名。 本文应涵盖以下主题: PDF 签名 REST API 和 Node...Node.js 中使用 REST API 签署 PDF 文档 PDF 签名 REST API 和 Node.js SDK #...

    blog.groupdocs.cloud/zh/signature/sign-pdf-with...