Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 3,581 for

groupdocs.comparison cloud

(0.69 sec)
  1. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to 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. curl -v "https://api....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  2. ZIP File Structure | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description about structure and naming of ZIP files. ZIP File Naming All ZIP files returned by the API follows same naming convention. File name consists of three parts where first is string “viewer-download-”, second is combined date and time in UTC presented in ISO_8601 format and third is extension “.zip”. Example ZIP file name template viewer-download-yyyyMMddTHHmmssZ....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/zip-file-structure/
  3. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/licensing/
  4. Creating and Managing Application | Documentation

    Create New Application Log into Dashboard. Access the Applications page. Click on the Create New Application button. If you have no storage created yet, let’s first create one by clicking on the create button next to the default storage select box field. Follow the tutorial on the Creating and Managing Storages page in order to setup your first storage. Once you create and connect the storage, go back to the Applications page....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/total/creating-and-managin...
  5. Getting Started | Documentation

    This section introduces GroupDocs.Viewer Cloud specific Resources & Operations....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/getting-started/
  6. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/searchresult/
  7. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info API method to retrieve information Note Not all options are supported by all document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings 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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/infosettings/
  8. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata 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. curl -v "https://api....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Configure Amazon S3 Storage | Documentation

    To use Amazon S3 storage, you have to create your own account and create a new bucket at AWS Amazon. Please follow http://docs.amazonwebservices.com/AmazonS3/latest/gsg/SigningUpforS3.html for more details. Next, you will have to configure Amazon S3 Storage using your Aspose account at the Dashboard. Please follow these steps to configure it: Log into Dashboard Access the Storages Page Select Amazon S3 Storage from the ‘Create New Storage’ menu Enter ‘Storage Name’ (For example: MyAmazonS3Storage) Enter ‘Bucket’ Name Enter ‘AWS Access Key’ Enter ‘AWS Secret Key’ Press ‘Save’ button to configure new storage The new storage would appear under Storages view....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/total/configure-amazon-s3-...
  10. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” 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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/