Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,744 for

groupdocs.signature cloud

(0.1 sec)
  1. Categories on Document Automation REST APIs | G...

    Categories on Document Automation REST APIs | GroupDocs Cloud Recent content in Categories on Document Automation REST APIs | GroupDocs Cloud GroupDocs.Conversion Cloud Product Family GroupDocs.Com......Automation REST APIs | GroupDocs Cloud Recent content in Categories...APIs | GroupDocs Cloud GroupDocs.Conversion Cloud Product Family...

    blog.groupdocs.cloud/zh-hant/categories/index.xml
  2. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in Groupdocs.signature Cloud V1 Groupdocs.signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/working-with-sea...
  3. Improve Signature Field - Free Support Forum - ...

    The signature field using the Groupdocs.signature API needs to be improved so that the user can place the signature field where he likes such as you have on the Cloud apps version. So allow the user to move the signature…...Improve Signature Field GroupDocs.Signature Cloud Product Family info10...likes such as you have on the cloud apps version. So allow the user...

    forum.groupdocs.cloud/t/improve-signature-field...
  4. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following Groupdocs.signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.Cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-document-inf...
  5. Verify digital signatures | Documentation

    Groupdocs.signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of Groupdocs.signature Cloud consists of: Upload input document into Cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/verify-digital-s...
  6. Search for digital signatures | Documentation

    Groupdocs.signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. 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. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/search-for-digit...
  7. Working with Barcode 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 sign a document with Barcode. It provides methods to create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature to Document You can create Barcode Signature on Document provided by fileName and document folder (if required) using following API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/working-with-bar...
  8. Create QR Code on Document Automation REST APIs...

    Create QR Code on Document Automation REST APIs | GroupDocs Cloud Recent content in Create QR Code on Document Automation REST APIs | GroupDocs Cloud Tạo mã QR để ký PDF bằng API REST trong PHP Tạo......Automation REST APIs | GroupDocs Cloud Recent content in Create QR...Automation REST APIs | GroupDocs Cloud Tạo mã QR để ký PDF bằng API...

    blog.groupdocs.cloud/vi/tag/create-qr-code/inde...
  9. QR Generator in PHP on Document Automation REST...

    QR Generator in PHP on Document Automation REST APIs | GroupDocs Cloud Recent content in QR Generator in PHP on Document Automation REST APIs | GroupDocs Cloud PHP에서 REST API를 사용하여 PDF에 서명하기 위한 QR ......Automation REST APIs | GroupDocs Cloud Recent content in QR Generator...Automation REST APIs | GroupDocs Cloud PHP에서 REST API를 사용하여 PDF에 서명하기...

    blog.groupdocs.cloud/ko/tag/qr-generator-in-php...
  10. 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...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/deleteresult/