Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 18,224 for

file api

(0.05 sec)
  1. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...when viewing a document as PDF API Usage There are steps that usage...details. lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  2. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between File comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....the necessary balance between file comparison speed and accuracy...how compare files with specific sensitivity: API usage There...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  3. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target Files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following code sample shows how to accept/reject changes. 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....changes between source and target files and save result with (or without)...how to accept/reject changes. API usage There are steps that usage...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  4. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Total Cloud APIs GroupDocs.Total Cloud brings...all GroupDocs APIs in one suite of Cloud APIs and is great value...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  5. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify Api method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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....input parameters for Verify API method. VerifySettings example...VerifySettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/verifysettings/
  6. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST Api allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST Api directly from the browser....Exact Page Numbers This REST API allows extracting pages from...~/Pages/Extract lets you call this REST API directly from the browser. cURL...

    docs.groupdocs.cloud/merger/extract-pages/
  7. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST Api directly from the browser. cURL example Request // 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/delete-annotati...
  8. 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...
  9. Word to HTML | DOC to HTML Online | DOCX to HTM...

    使用 GroupDocs.Conversion Cloud SDK for Node.js 将 Word 文档转换为 HTML。了解如何使用 Node.js 将 DOC、DOCX 文件转换为 web 友好的 HTML。...HTML,这是一种简单且强大的 REST API。 DOCX 转 HTML 转换的 REST API 在 Node.js 中将 DOC...HTML 使用 cURL DOCX 转 HTML 的 REST API # The GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  10. 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/