Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 19,889 for

file api

(0.09 sec)
  1. How to Create GroupDocs Add-On for cloudControl

    Find detailed instructions on how to create GroupDocs add-on for cloudControl platform....any methods from the GroupDocs API using the client ID and private...change the addon-manifest.json file. This contains all the basics...

    blog.groupdocs.cloud/total/how-to-create-groupd...
  2. 在 PHP 中使用 REST API 编辑文档 |在 PHP 中编辑 DOCX 或 XLSX 文件

    通过 Document Editor Cloud SDK for PHP 在 PHP 中使用 REST Api 以编程方式编辑文档。在云端用 PHP 编辑 Word、Excel 或文本文件。...PHP 中使用 REST API 编辑文档。 本文应涵盖以下主题: 文档编辑器 REST API 和 PHP SDK 在 PHP...PHP 中使用 REST API 编辑 Word 文档 在 PHP 中使用 REST API 修改 Excel 电子表格...

    blog.groupdocs.cloud/zh/editor/edit-documents-u...
  3. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST Api allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST Api resource has been used in the convert to Slides format example....Conversion Cloud REST API allows to convert the to Presentation...GroupDocs.Conversion Cloud REST API resource has been used in the...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  4. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. 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.... API usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/comparison/compare-multipl...
  5. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud SDK for Node.js 在 Node.js 中使用云上的 REST Api 以编程方式将 JPG 转换为 PDF。...中的 REST API 将 JPG 转换为 PDF。 本文应涵盖以下主题: 文档转换 REST API 和 Node.js...js SDK 在 Node.js 中使用 REST API 将图像转换为 PDF 使用高级选项将 JPG 转换为 PDF 在不使用云存储的情况下将...

    blog.groupdocs.cloud/zh/conversion/convert-imag...
  6. Can't convert password protected xls and ppt - ...

    Hello, In the latest GroupDocs version, I tried to convert password protected ppt and xls and got the following error: {“requestId”:“b2d6ca33-0e4c-45c8-a27e-de224cc99dff”,“error”:{“code”:“internalError”,“message”:“Conv…...d Attached are the example files. (password: “test”) This issue...0/conversion/info?FilePath=<path to file>&StorageName=<storage name>...

    forum.groupdocs.cloud/t/cant-convert-password-p...
  7. DeleteResult | Documentation

    DeleteResult data structure returned by Delete Api method as output result DeleteResult example { "FileInfo": { "FilePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description Api Version FileInfo Input File information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...structure returned by Delete API method as output result DeleteResult...Name Description API Version fileInfo Input file information size...

    docs.groupdocs.cloud/signature/deleteresult/
  8. Extract Text | Documentation

    This REST Api provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. 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 extracting text from a document....Text Leave feedback This REST API provides the functionality to...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/parser/extract-text/
  9. Extract Images by a Page Number Range | Documen...

    This REST Api allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST Api resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....feedback On this page This REST API allows extracting images from...GroupDocs.Parser Cloud REST API resource has been used in the...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  10. Python 将 PDF 文档转换为 JPG、PNG 或 GIF 图像

    我们的 PDF 到图像转换器 Api 可让您快速将 PDF 转换为图像格式。本文介绍如何在 Python 中将 PDF 转换为 JPG、PNG 和 GIF 图像...PDF 到图像转换 REST API 和 Python SDK 如何使用 REST API 在 Python 中将 PDF...使用 REST API 在 Python 中将 PDF 转换为 PNG 文件格式 使用 REST API 在 Python...

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