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

barcode

(0.05 sec)
  1. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    Sign Documents (over 20+ supported formats) with different siganture types Text Signatures with various format, styles and appearance ,Image Signatures, Digital Signatures Barcode Signatures QRCode Signatures using GroupDocs.Signature Cloud SDK for Python....Signatures, Digital Signatures, Barcode and QR-Code Signatures. It...Document Information Supported Barcodes Supported QR-Codes Signing...

    blog.groupdocs.cloud/signature/14009/
  2. Drupal Document Viewer Module | GroupDocs

    GroupDocs.Total for .NET APIs are UI-Agnostic and are quite flexible to target ASP.NET, Windows Forms, WPF, WCF or any type of application....0 comes up with BarCode support Team GroupDocs is excited...features including support for BarCode image generation in the output...

    blog.groupdocs.cloud/viewer/next-generation-gro...
  3. 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...
  4. 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/
  5. 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...."Options" : [ { "SignatureType" : "Barcode" , "Page" : 1 , "Text" : "John...

    docs.groupdocs.cloud/signature/signsettings/
  6. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360021, "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": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...null , "signatureType" : "Barcode" , "pageNumber" : 1 , "signatureId"...

    docs.groupdocs.cloud/signature/updateresult/
  7. GroupDocs.Signature Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Signatures, Digital Signatures, Barcode and QR-Code Signatures. The...Signatures, Digital Signatures, Barcode and QR-Code Signatures. We...

    blog.groupdocs.cloud/categories/groupdocs.signa...
  8. 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/
  9. 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-...
  10. 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/