Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,732 for

groupdocs.signature cloud

(0.18 sec)
  1. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...js with GroupDocs.Signature Cloud API Issue Groupdocs...Documents in Node.js with GroupDocs.Signature Cloud API Issue Internal...

    forum.groupdocs.cloud/t/free-support-policies/627
  2. Sign document with multiple signature | Documen...

    Groupdocs.signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document. API usage There are steps that usage of Groupdocs.signature Cloud consists of: Upload input document into Cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. Edit Signatures in Signed PDF Documents using P...

    Programmatically Edit Signatures in Signed PDF Documents using a REST API in Python with Document Signature Cloud SDK for Python....documents programmatically on the cloud. This article will be focusing...the Python SDK of GroupDocs.Signature Cloud API. It enables you...

    blog.groupdocs.cloud/signature/edit-signatures-...
  4. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....Total for Cloud apps: 25% off monthly plans...plans. GroupDocs.Total for Cloud APIs: 10% off annual Business and...

    blog.groupdocs.cloud/total/december-2014-newsle...
  5. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Annotation for Cloud App Import Acrobat PDF document...annotations to Microsoft Word. GroupDocs.Signature for .NET Library Support...

    blog.groupdocs.cloud/total/news-groupdocs-april...
  6. Update QR-Code signatures | Documentation

    Groupdocs.signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of Groupdocs.signature Cloud consists of: Upload input document into Cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  7. 全新GroupDocs.Signature Cloud V2!

    签名 REST API,用于应用、验证和搜索各种文件格式的电子签名。支持多种电子签名... GroupDocs.Signature Cloud REST API 经过测试且可靠的电子签名...码、条形码、图像和数字签名来帮助您以电子方式保护文档。 GroupDocs.Signature Cloud 19.5新版本发布。 请查看此版本的详细...

    blog.groupdocs.cloud/zh/signature/all-new-group...
  8. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/updatesettings/
  9. 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/searchresult/
  10. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the Cloud storage....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/signresult/