Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 19,729 for

file api

(0.75 sec)
  1. HTML to PDF Node.js API | 將網頁轉換為 PDF 在線

    輕鬆地使用 GroupDocs.Conversion Cloud SDK for Node.js 將 HTML 文件或網頁轉換為 PDF。通過 REST Api 在線自動化 HTML 到 PDF 的轉換。...js,您可以通過 REST API 自動化此過程,而無需任何第三方工具或瀏覽器依賴。 在這篇文章中,您將學習如何:...在這篇文章中,您將學習如何: 🌐 HTML 到 PDF 轉換 API for Node.js 🚀 使用 Node.js 將 HTML...

    blog.groupdocs.cloud/zh-hant/conversion/html-to...
  2. Java how to convert JPG to PDF on windows on Do...

    Java how to convert JPG to PDF on windows on Document Processing REST Apis | GroupDocs Cloud Recent content in Java how to convert JPG to PDF on windows on Document Processing REST Apis | GroupDocs......on Document Processing REST APIs | GroupDocs Cloud Recent content...on Document Processing REST APIs | GroupDocs Cloud Konversi PDF...

    blog.groupdocs.cloud/id/tag/java-how-to-convert...
  3. Polyline Annotation | Documentation

    Polyline annotation allows to draw shapes and freehand lines 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 # First get JSON Web Token curl -v "https://Api....draw shapes and freehand lines API usage There are steps that usage...and other files, like image annotation (using File API) Add annotation(s)...

    docs.groupdocs.cloud/annotation/polyline-annota...
  4. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and Files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....When rendering documents and files to JPG with GroupDocs.Viewer...quality of the output JPG image. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  5. 在 Java 中将 PPT 转换为 PDF - 分步指南。

    了解如何使用 REST Api 在 Java 中高效地将 PowerPoint 转换为 PDF。按照我们的分步指南使用 GroupDocs.Conversion Cloud SDK for Java。...本文将重点介绍如何使用 REST API 在 Java 中将 PowerPoint 转换为 PDF。...PPT 或 PPTX 到 PDF 转换 API - SDK 安装 如何使用 REST API 在 Java 中将 PowerPoint...

    blog.groupdocs.cloud/zh/conversion/convert-powe...
  6. PDF to Excel | Convert PDF to XLS | Transform P...

    Convert PDF Files to Excel workbooks using C# .NET. Perform seamless PDF to XLS conversion online....realm of data management, PDF files often serve as repositories...manipulating data from these files can be a daunting task, especially...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough 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 curl -v "https://Api....with a strikethrough styling API usage There are steps that usage...and other files, like image annotation (using File API) Add annotation(s)...

    docs.groupdocs.cloud/annotation/text-strikeout-...
  8. 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/
  9. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password 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....resultant document with password API usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/comparison/set-password-fo...
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete Api method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings 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. Options Array of options to perform signatures delete...as input parameters of Delete API method. DeleteSettings example...UpdateSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/deletesettings/