Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 453 for

barcode signature

(0.04 sec)
  1. Sign PDF Documents with QR Code using REST API ...

    Programmatically Sign PDF Documents with QR Code using a REST API in Python with Document Signature Cloud SDK for Python.... The digital signatures provide the same legal standing...standing as a handwritten signature as long as it adheres to the...

    blog.groupdocs.cloud/2021/03/06/sign-pdf-docume...
  2. 将条形码签名添加到您的文档中

    REST API,用于创建、验证和搜索不同类型的条形码 通过执行各种签名选项对云中的文档进行签名...Signature 云 API? # GroupDocs.Signature Cloud 是一个 REST...REST API,用于在云中创建、验证和搜索不同类型的 Signature 对象到文档。您可以使用五种主要类型的受支持签名: 文字签名...

    blog.groupdocs.cloud/zh/signature/add-electroni...
  3. Search for QR-code signatures | Documentation

    When you search for electronic Signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options 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. Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  4. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different Signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Signature Cloud We are pleased to announce...announce Ruby SDK of GroupDocs.Signature Cloud. This SDK supports all...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  5. 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....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/searchresult/
  6. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different Signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...Signature Cloud SDK for Python is launched...used signature types like text signatures, image signatures, digital...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  7. Documents Manipulation Cloud REST APIs & SDKs –...

    groupdocs.cloud developer newsletter for February 2019 describes GroupDocs document manipulation Cloud APIs and SDKs updates and major feature enhancements....Apply different types of signatures in supported file formats...formats Groupdocs.Signature Cloud SDK for Ruby is launched now. It...

    blog.groupdocs.cloud/total/documents-manipulati...
  8. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/signsettings/
  9. Working with Verify 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 verify multiple Signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of Signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Signature Product Solution GroupDocs...Documentation / GroupDocs.Signature Cloud / Developer Guide /...

    docs.groupdocs.cloud/signature/working-with-ver...
  10. Generate QR Code to Sign PDF using REST API in PHP

    Programmatically Generate QR code to Sign PDF using REST API in PHP on the cloud with GroupDocs.Signature Cloud SDK for PHP....of machine-readable Matrix barcode in the form of an array of...PDF in PHP Verify QR Code Signatures in PHP QR Code Generator...

    blog.groupdocs.cloud/2022/01/21/generate-qr-cod...