Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 4,016 for

groupdocs total cloud

(0.06 sec)
  1. Translating Word files with GroupDocs.Translati...

    How to use Groupdocs.Translation Cloud SDK for translating Word files....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/translation/file/sdk/word/
  2. Translating PowerPoint files with GroupDocs.Tra...

    How to use Groupdocs.Translation Cloud SDK for translating PowerPoint files....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/translation/file/sdk/power...
  3. 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...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/deleteresult/
  4. Convert PDF to PowerPoint using REST API in Nod...

    Programmatically convert PDF to PowerPoint PPTX presentation using a REST API in Node.js. Node.js SDK allows converting PDF to PPT and PPTX....PPTX Conversion without using Cloud Storage PDF to PowerPoint Conversion...the Node.js SDK of GroupDocs.Conversion Cloud API. Please install...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. Verify Text Signature | Documentation

    Note Note: The features listed on this page are supported only in Groupdocs.Signature Cloud V1 Groupdocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify Text Signature in a Document You can verify Text Signature in a Document using this API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/verify-text-sign...
  6. Working with File Api | Documentation

    Download File API This API allows you to download a file from Groupdocs Cloud Storage. API Explorer Groupdocs.signatureCloud API Reference lets you to try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-fil...
  7. Working With Files | Documentation

    Download File API This API allows you to download a file from Groupdocs Cloud Storage. API Explorer Groupdocs.Merger Cloud API Reference lets you try out Download a File API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/merger/working-with-files/
  8. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.Groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.Groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.Groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/extract-metadata-...