Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,590 for

groupdocs.metadata cloud

(0.05 sec)
  1. 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/licensing/
  2. Licensing | Documentation

    Create Account For details on how to create a new account please check to Create a new Account. Apply Client ID and Client Secret For details on how to get CLient Id and Client Secret please check to Create New Application 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/merger/licensing/
  3. Supported content formatting | Documentation

    A list of layout and structural elements of the source document that are guaranteed to be translated by GroupDocs.Translation Cloud....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/supported-form...
  4. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/languages/
  5. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/annotateoptions/
  6. 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...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/deletesettings/
  7. Page Resources | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Viewer Cloud V1 GroupDocs.Viewer Cloud REST APIs support to download HTML page resource (image, style, graphics or font) of a specific page. API returns actual data of HTML page resource. Resource The following GroupDocs.Viewer Cloud REST API resource has been used in the download HTML Resource example. cURL example Request curl -v "https://api.groupdocs.Cloud/v1/viewer/one-page.docx/html/pages/1/resources/styles.css" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer pTPAHbcNbrMcerjvtBpYgfkSh44oB9uWBEhoLNLiJ3KYWTZ-LjDK1OhIiSkiFnpwEDvAENURIo6NndadzqbW7Di4ZKIKC6DOlEGoFI2hfiNBaXEAGDE00knZePkCNsupU48qe1N_eGluq4urBAX3VBFiIdwz1yEPlPrqWG1DOAWYglUo5Nc9TdwZroBiDJ00A0oKjWoEJ_mRsI_VYK-NnZlNqrUiPGd6918ivV-vTtN2VvqGGUAosz26F7NZe0uEDf5GZszp-bxQ4_-JimHUgOD3z2M4gldo58oYp-6NBGCEjA312kqpxYZs22MJ_Ma-fSgT8yMDqgixItd0JxciHUCmSR8XVG803g1UgUF3-rfoWOn0FJAYLkZ3SFrjqMwjcJAsxcpWc-vm2eLneOPAh8R08ATyhemGBNCh3Ke3jJhaMf92" Resonse Contents of styles....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/page-resources/
  8. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/quickstart/
  9. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -X GET "https://api.groupdocs.Cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-supported-qr...
  10. 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...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/updateresult/