Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 4,881 for

data

(0.07 sec)
  1. Render Excel to HTML on Document Processing RES...

    Render Excel to HTML on Document Processing REST APIs | GroupDocs Cloud Recent content in Render Excel to HTML on Document Processing REST APIs | GroupDocs Cloud Render Data Excel ke HTML menggunak......Render Data Excel ke HTML menggunakan Python Render data spreadsheet...

    blog.groupdocs.cloud/id/tag/render-excel-to-htm...
  2. Render Project to PDF on Document Processing RE...

    Render Project to PDF on Document Processing REST APIs | GroupDocs Cloud Recent content in Render Project to PDF on Document Processing REST APIs | GroupDocs Cloud Render Data Proyek ke PDF menggun......Render Data Proyek ke PDF menggunakan Python Render data Proyek...

    blog.groupdocs.cloud/id/tag/render-project-to-p...
  3. Exclude Fonts from HTML on Document Processing ...

    Exclude Fonts from HTML on Document Processing REST APIs | GroupDocs Cloud Recent content in Exclude Fonts from HTML on Document Processing REST APIs | GroupDocs Cloud Dukungan File Data Outlook da......GroupDocs Cloud Dukungan File Data Outlook dan Daftar Tetapkan...18.11 mencakup dukungan File Data Outlook Recent content in Exclude...

    blog.groupdocs.cloud/id/tag/exclude-fonts-from-...
  4. MS Project Document on Document Processing REST...

    MS Project Document on Document Processing REST APIs | GroupDocs Cloud Recent content in MS Project Document on Document Processing REST APIs | GroupDocs Cloud Dukungan File Data Outlook dan Daftar......GroupDocs Cloud Dukungan File Data Outlook dan Daftar Tetapkan...18.11 mencakup dukungan File Data Outlook Recent content in MS...

    blog.groupdocs.cloud/id/tag/ms-project-document...
  5. Search Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Digital signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object Data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....with different options by using data in request body. Search Digital...using following API. It expects data in request body. It returns...

    docs.groupdocs.cloud/signature/search-digital-s...
  6. Upcoming Release of GroupDocs.Assembly Cloud

    GroupDocs.Assembly Cloud REST API is about to launch. It is a document automation and reports generation REST API designed to create custom documents....intelligently assembles the given data with the defined template document...output document based on the data source, in the template’s format...

    blog.groupdocs.cloud/assembly/upcoming-release-...
  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. Convert JSON to CSV in Node.js | JSON to CSV On...

    Learn how to convert structured JSON Data into CSV format using Node.js API. Easily transform JSON to CSV for reporting, Databases, or spreadsheets....Notation) is widely used to transmit data across web and mobile platforms...spreadsheets, or analytics platforms, data is often expected in a flat...

    blog.groupdocs.cloud/conversion/convert-json-to...
  10. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metaData source when saving resultant file. Files have metaData information – author, organization, etc. Possible metaData sources are: Source file metaData; Target file metaData; User-defined metaData. The following code demonstrates how to set resultant file metaData. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....// 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/comparison/set-document-me...