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

barcode

(0.35 sec)
  1. Signing documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......feedback Sign document with Barcode signature Sign document with...

    docs.groupdocs.cloud/signature/signing-documents/
  2. Verifying Signature | Documentation

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

    docs.groupdocs.cloud/signature/verifying-signat...
  3. 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/
  4. 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...
  5. 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...
  6. 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/
  7. 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/
  8. 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/
  9. 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...
  10. 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/