Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 3,537 for

cloud document annotator

(0.63 sec)
  1. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/annotation/basic-usage/
  2. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the Document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. 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....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Minification of HTML and SVG | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Since the version 18.2 GroupDocs.Viewer API, we have provide a new EnableMinification property, that lets you get output content minified. Minification removes comments, extra white-spaces, and other unneeded characters without breaking the content structure. As a result page become smaller in size and loads faster. The following example demonstrates how to minify output content when creating cache....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/minification-of-htm...
  4. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole Document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.Cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  5. 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....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-supported-qr...
  6. Convert PowerPoint PPT/PPTX to JPG/JPEG Images ...

    GroupDocs.Conversion is the best way to convert PPT to JPG file in seconds. Let's learn how to convert PowerPoint PPT/PPTX to JPG/JPEG images in Python....Conversion Cloud API . Python SDK of GroupDocs...conversion. It allows converting documents of supported formats to image...

    blog.groupdocs.cloud/2022/08/14/convert-powerpo...
  7. Developer Guide | Documentation

    How-to-use GroupDocs Assembly Cloud features in most practical situations when working with lists, tables, charts and other Document elements....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/assembly/developer-guide/
  8. Rendering E-Mail Messages | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/viewer/rendering-e-mail-me...
  9. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a Document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -X GET "https://api.groupdocs.Cloud/v2.0/signature/barcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "barcodeTypes": [ { "name": "AustralianPosteParcel" }, { "name": "AustralianPost" }, { "name": "Codabar" }, { "name": "CodablockF" }, { "name": "Code11" }, { "name": "Code128" }, { "name": "Code16K" }, { "name": "Code32" }, { "name": "Code39Standard" }, { "name": "Code39Extended" }, { "name": "Code93Extended" }, { "name": "Code93Standard" }, { "name": "DatabarExpanded" }, { "name": "DatabarExpandedStacked" }, { "name": "DatabarLimited" }, { "name": "DatabarOmniDirectional" }, { "name": "DatabarStacked" }, { "name": "DatabarStackedOmniDirectional" }, { "name": "DatabarTruncated" }, { "name": "DataLogic2of5" }, { "name": "DeutschePostIdentcode" }, { "name": "DeutschePostLeitcode" }, { "name": "DotCode" }, { "name": "DutchKIX" }, { "name": "EAN8" }, { "name": "EAN13" }, { "name": "EAN14" }, { "name": "GS1CodablockF" }, { "name": "GS1Code128" }, { "name": "IATA2of5" }, { "name": "Interleaved2of5" }, { "name": "ISBN" }, { "name": "ISMN" }, { "name": "ISSN" }, { "name": "ItalianPost25" }, { "name": "ITF14" }, { "name": "ITF6" }, { "name": "MacroPdf417" }, { "name": "Matrix2of5" }, { "name": "MaxiCode" }, { "name": "MicroPdf417" }, { "name": "MSI" }, { "name": "OneCode" }, { "name": "OPC" }, { "name": "PatchCode" }, { "name": "Pdf417" }, { "name": "Pharmacode" }, { "name": "Planet" }, { "name": "Postnet" }, { "name": "PZN" }, { "name": "RM4SCC" }, { "name": "SCC14" }, { "name": "SingaporePost" }, { "name": "SSCC18" }, { "name": "Standard2of5" }, { "name": "SwissPostParcel" }, { "name": "UPCA" }, { "name": "UpcaGs1Code128Coupon" }, { "name": "UpcaGs1DatabarCoupon" }, { "name": "UPCE" }, { "name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-supported-ba...
  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...Annotation Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/updateresult/