Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 4,738 for

data

(0.04 sec)
  1. 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....Signature Cloud / Developer Guide / Data structures / UpdateSettings...On this page UpdateSettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/updatesettings/
  2. Format | Documentation

    Format Data structure describes supported file format Format example: { "Extension": "string", "FileFormat": "string" } Name Description Extension File format extension FileFormat File format name...Comparison Cloud / Developer Guide / Data structures / Format Format Leave...Leave feedback Format data structure describes supported file...

    docs.groupdocs.cloud/comparison/format/
  3. Comma Delimited files to Excel | CSV to Excel i...

    Convert comma delimited files to Excel using C# .NET. Save csv comma separated values to Excel workbook with C#.... Often, data is stored in CSV (Comma-Separated...transition your data into a format that lends advanced data manipulation...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  4. Convert EXCEL to JSON and JSON to EXCEL in Python

    GroupDocs API provides a simple way to convert JSON and excel sheet in python. Let's learn how to convert EXCEL to JSON and JSON to EXCEL in Python....EXCEL in Python Excel table data can be transformed into an array...structured data exchange format today. JSON data serves as a...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  5. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/annotation/extract-annotat...
  6. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/annotation/get-pages/
  7. 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 Cloud / Developer Guide / Data structures / SignSettings SignSettings...feedback On this page SignSettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/signsettings/
  8. 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...Signature Cloud / Developer Guide / Data structures / UpdateResult UpdateResult...feedback On this page UpdateResult data structure returned by Update...

    docs.groupdocs.cloud/signature/updateresult/
  9. Education | Our Success Stories | Python.org

    The official home of the Python Programming Language...Success stories home Arts Business Data Science Education Engineering...

    www.python.org/success-stories/category/education/
  10. Size | Documentation

    Size Data structure used to specify comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item...Guide / Data structures / Size Size Leave feedback Size data structure...

    docs.groupdocs.cloud/comparison/size/