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

barcode

(0.03 sec)
  1. Signing Documents | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1...Signature Cloud V1 Working with Barcode Signature Working with Digital...

    docs.groupdocs.cloud/signature/signing-document...
  2. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } 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. Options Array of options to perform signatures delete...'Options' : [ { 'SignatureType' : 'Barcode' , 'SignatureId' : '4cb67a...

    docs.groupdocs.cloud/signature/deletesettings/
  3. 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....SignApi ( configuration ); // Barcode sign options. var barcodeOptions...SignatureType = SignatureTypeEnum . Barcode , Text = "123456789012" , BarcodeType...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Can I use GroupDocs to add e-signature function...

    I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload…...image, digital signature, barcode, qrcode, metadata, etc) and...

    forum.groupdocs.cloud/t/can-i-use-groupdocs-to-...
  5. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings 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...."Options" : [ { "SignatureType" : "Barcode" , "Page" : 1 , "Text" : "123"...

    docs.groupdocs.cloud/signature/searchsettings/
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...form of digital text, images, barcode, QR codes, etc. CAD (Computer...applying Text, Stamp, QR-Code, Barcode, Image and Digital Signatures...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  7. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....of Business Documents with Barcode and QR-Code in Java # GroupDocs...supports adding and verifying barcode and QR code signatures on any...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. 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...null , "signatureType" : "Barcode" , "pageNumber" : 1 , "signatureId"...

    docs.groupdocs.cloud/signature/deleteresult/
  9. Developer Guide | Documentation

    How-to-use GroupDocs Assembly Cloud features in most practical situations when working with lists, tables, charts and other document elements....bookmarks, checkboxes and barcode images. Was this page helpful...

    docs.groupdocs.cloud/assembly/developer-guide/
  10. 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....'Options' : [ { 'SignatureType' : 'Barcode' , 'SignatureId' : '4cb67a...

    docs.groupdocs.cloud/signature/updatesettings/