Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 4,827 for

data

(0.03 sec)
  1. GroupDocs.Merger 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....previously created files for data referencing or when different...previously created slideshows for data referencing or when different...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  2. ItemsStyle | Documentation

    ItemsStyle Data structure used for styling comparison differences. ItemsStyle example: { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true } Name Description FontColor Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) HighlightColor Highlight color for changed components BeginSeparatorString Start tag for changed components EndSeparatorString End tag for changed components Bold Bold style for changed components Italic Italic style for changed components StrikeThrough Strike through style for changed components Underline Underline style for changed components...Comparison Cloud / Developer Guide / Data structures / ItemsStyle ItemsStyle...ItemsStyle Leave feedback ItemsStyle data structure used for styling comparison...

    docs.groupdocs.cloud/comparison/itemsstyle/
  3. DeleteResult | Documentation

    DeleteResult Data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "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": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...Signature Cloud / Developer Guide / Data structures / DeleteResult DeleteResult...feedback On this page DeleteResult data structure returned by Delete...

    docs.groupdocs.cloud/signature/deleteresult/
  4. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....// 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/merger/get-supported-file-...
  5. poll_5f57f7d819cae13f16323b5993e3527f72558ea9.css

    div.poll{margin:1em 0;border:1px solid var(--primary-low);display:grid;grid-template-areas:"poll" "info" "buttons"}div.poll>*{box-sizing:border-box}@media screen and (min-width: calc(550px + 1px)){......poll li[data-poll-option-id]{color:var(--primary);padding:...iary)}div.poll[data-poll-type=number] li[data-poll-option-id...

    forum.groupdocs.cloud/stylesheets/poll_5f57f7d8...
  6. excel to json on Document Processing REST APIs ...

    excel to json on Document Processing REST APIs | GroupDocs Cloud Recent content in excel to json on Document Processing REST APIs | GroupDocs Cloud Konversi Excel ke JSON Menggunakan C# .NET - Konv......dokumen XLS dan XLSX menjadi data JSON Recent content in excel...

    blog.groupdocs.cloud/id/tag/excel-to-json/index...
  7. txt excel converter on Document Processing REST...

    txt excel converter on Document Processing REST APIs | GroupDocs Cloud Recent content in txt excel converter on Document Processing REST APIs | GroupDocs Cloud Ubah Workbook Excel menjadi File Teks......dan menyederhanakan ekstraksi data. Recent content in txt excel...

    blog.groupdocs.cloud/id/tag/txt-excel-converter...
  8. Convert XML to JSON in Java: A step-by-step Guide

    Learn how to convert XML to JSON in Java using REST API. Follow our step-by-step tutorial with just a few simple steps to get started today....more advanced, the exchange of data between systems and applications...One common way to represent data is through XML (eXtensible Markup...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered 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/viewer/render-n-consecutiv...
  10. InfoResult | Documentation

    InfoResult Data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Signature Cloud / Developer Guide / Data structures / InfoResult InfoResult...feedback On this page InfoResult data structure returned by Info API...

    docs.groupdocs.cloud/signature/inforesult/