Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 4,956 for

data

(0.28 sec)
  1. VerifySettings | Documentation

    VerifySettings Data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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 / VerifySettings...On this page VerifySettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/verifysettings/
  2. csv to web on Document Processing REST APIs | G...

    csv to web on Document Processing REST APIs | GroupDocs Cloud Recent content in csv to web on Document Processing REST APIs | GroupDocs Cloud Konversi File CSV ke HTML dengan mudah di C# .NET Temuk...... Mudah Mengonversi data yang dipisahkan koma menjadi...

    blog.groupdocs.cloud/id/tag/csv-to-web/index.xml
  3. ods to excel on Document Processing REST APIs |...

    ods to excel on Document Processing REST APIs | GroupDocs Cloud Recent content in ods to excel on Document Processing REST APIs | GroupDocs Cloud Konversi ODS ke Buku Kerja Excel Menggunakan REST A......ke Excel untuk kompatibilitas data yang lancar. Recent content...

    blog.groupdocs.cloud/id/tag/ods-to-excel/index.xml
  4. ods to xls on Document Processing REST APIs | G...

    ods to xls on Document Processing REST APIs | GroupDocs Cloud Recent content in ods to xls on Document Processing REST APIs | GroupDocs Cloud Konversi ODS ke Buku Kerja Excel Menggunakan REST API –......ke Excel untuk kompatibilitas data yang lancar. Recent content...

    blog.groupdocs.cloud/id/tag/ods-to-xls/index.xml
  5. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting Data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....code is a way of presenting data in a visual, machine-readable...allow to store product related data like manufacturing and expiry...

    docs.groupdocs.cloud/signature/sign-document-wi...
  6. Convert CSV to JSON and JSON to CSV in Java

    Convert and transform JSON to CSV file or CSV to JSON online using fileformat API. This article is about how to convert CSV to JSON and JSON to CSV in Java....is a text file which allows data to be saved in a table structured...format for data storage. CSV does not support complex data and data...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  7. GroupDocs.Conversion 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....українська Polski Accomplish seamless data conversion with our comprehensive...conversion capabilities or a data analyst looking to optimize...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....// 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/conversion/convert-document/
  9. Select others MPP file Columns on Conversion - ...

    Im converting a .mpp file to .csv via Conversion API, and i was successful, but about the tasks Data, i needed the conclusion (%) column. Its possible to include on API response?...successful, but about the tasks data, i needed the conclusion (%)...returned to me, about the Taks data, are: [ID,Active,Task Mode,Name...

    forum.groupdocs.cloud/t/select-others-mpp-file-...
  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....Signature Cloud / Developer Guide / Data structures / UpdateSettings...On this page UpdateSettings data structure used as input parameters...

    docs.groupdocs.cloud/signature/updatesettings/