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

file api

(2.88 sec)
  1. Java JSON 转 HTML | 将 JSON 转换为 HTML | JSON 转网页

    学习如何使用 Java 将 JSON 转换为 HTML。 本指南逐步解释了使用 GroupDocs.Conversion Cloud SDK 进行 JSON 到 HTML 转换的方法。... JSON 转 HTML 转换 API 将 JSON 转换为 HTML 在 Java 中 将 JSON...转换为网页与 cURL JSON to HTML 转换 API # GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/zh/conversion/convert-json...
  2. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output 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 Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST Api directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... API usage There are steps that usage...into cloud storage and other files, like image annotation Add annotation...

    docs.groupdocs.cloud/annotation/add-direct/
  3. Backroung Brush and Stamp Brush Styles Signatur...

    This monthly release includes a number of new features and improvements. Some of the notable new features of this release are extended support of DGN, PDF, Html, CAD document formats along with setting to PDF and MS Project documents, Rendering password protected ODT and OTT formats...release is introducing DGN and DWF file format support along with a...release. Added ISFF-based DGN (V7) file format support Included extended...

    blog.groupdocs.cloud/viewer/introducing-groupdo...
  4. Split Word file into multiple files in Java on ...

    Split Word File into multiple Files in Java on Document Processing REST Apis | GroupDocs Cloud Recent content in Split Word File into multiple Files in Java on Document Processing REST Apis | Group......Split Word file into multiple files in Java on Document Processing...Processing REST APIs | GroupDocs Cloud Recent content in Split Word...

    blog.groupdocs.cloud/ar/tag/split-word-file-int...
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST Apis | GroupDocs Cloud...converting Excel files to comma delimited files and unleash the...to effortlessly convert HTML files to PDF format using GroupDocs...

    blog.groupdocs.cloud/groupdocs.cloud/page/12/
  6. 在 Node.js 中使用 REST API 比较 PDF 文件 | PDF比较SDK

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

    blog.groupdocs.cloud/zh/signature/sign-document...
  7. UpdateResult | Documentation

    UpdateResult data structure returned by Update Api method as output result UpdateResult example { "FileInfo": { "FilePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "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": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description Api Version FileInfo Input File information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...structure returned by Update API method as output result UpdateResult...Name Description API Version fileInfo Input file information size...

    docs.groupdocs.cloud/signature/updateresult/
  8. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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/viewer/render-hidden-pages/
  9. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. Api Usage There are steps that usage of GroupDocs.... API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  10. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search Api method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....as input parameters of Search API method. SearchSettings example...SearchSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/searchsettings/