Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 3,791 for

document annotation

(0.06 sec)
  1. 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...Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/deleteresult/
  2. Convert PowerPoint to PDF using File Conversion...

    GroupDocs.Conversion API helps in converting various file formats. This tutorial is about how to convert PowerPoint to PDF using File Conversion API in Ruby...PPTX presentations to PDF documents programmatically by following...shows how to convert a PDF document to a PPTX presentation using...

    blog.groupdocs.cloud/2022/05/12/convert-powerpo...
  3. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/get-supported-qr...
  4. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 Documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple Documents with specific options. 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/compare-multipl...
  5. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 Documents that are protected with a password. The following code sample shows how to compare password-protected Documents. 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/compare-multipl...
  6. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching Documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document into cloud storage Search signatures For storage operations, like uploading or downloading Documents, please refer to the corresponding articles of this manual....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/search-for-multi...
  7. Convert MSG and EML files to PDF using Python C...

    Programmatically convert email files (MSG, EML, EMLX) into PDF format within your python applications using Python Conversion API for Documents & images....also convert a large list of document and image formats into any...which is the popular portable document format. Convert MSG to PDF...

    blog.groupdocs.cloud/2021/01/13/convert-msg-and...
  8. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 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 -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  9. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how to change different changes types styling. 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/customize-chang...
  10. Working with Charts | Documentation

    How-to-use different types of charts and graphs, work with chart options and colors in Document templates with GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Assembly Cloud...

    docs.groupdocs.cloud/assembly/developer-guide/w...