Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 4,903 for

data

(0.76 sec)
  1. GroupDocs.Parser 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....HTML tags, parse structured data, and automate content processing...text programmatically, extract data from XML documents, and download...

    blog.groupdocs.cloud/categories/groupdocs.parse...
  2. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....// 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/signature/update-barcode-s...
  3. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following code sample shows how to compare password-protected documents. 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/compare-multipl...
  4. convert csv to json python on Document Processi...

    convert csv to json python on Document Processing REST APIs | GroupDocs Cloud Recent content in convert csv to json python on Document Processing REST APIs | GroupDocs Cloud Konversikan CSV ke JSON......dengan cepat mengonversi format data populer ke format yang Anda...

    blog.groupdocs.cloud/id/tag/convert-csv-to-json...
  5. Bank Statement Password Remover on Document Pro...

    Bank Statement Password Remover on Document Processing REST APIs | GroupDocs Cloud Recent content in Bank Statement Password Remover on Document Processing REST APIs | GroupDocs Cloud Menghapus Kat......sandi PDF berhasil dan akses data keuangan dengan mudah. Recent...

    blog.groupdocs.cloud/id/tag/bank-statement-pass...
  6. csv to json converter nodejs on Document Proces...

    csv to json converter nodejs on Document Processing REST APIs | GroupDocs Cloud Recent content in csv to json converter nodejs on Document Processing REST APIs | GroupDocs Cloud Convert CSV to JSON......skalabel dan aman untuk mengubah data tabular menjadi format JSON...

    blog.groupdocs.cloud/id/tag/csv-to-json-convert...
  7. convert excel into text file on Document Proces...

    convert excel into text file on Document Processing REST APIs | GroupDocs Cloud Recent content in convert excel into text file on Document Processing REST APIs | GroupDocs Cloud Ubah Workbook Excel......dan menyederhanakan ekstraksi data. Recent content in convert excel...

    blog.groupdocs.cloud/id/tag/convert-excel-into-...
  8. convert json to csv nodejs on Document Processi...

    convert json to csv nodejs on Document Processing REST APIs | GroupDocs Cloud Recent content in convert json to csv nodejs on Document Processing REST APIs | GroupDocs Cloud Konversikan file JSON k......cepat mengonversi format file data JSON ke CSV npm. Artikel ini...

    blog.groupdocs.cloud/id/tag/convert-json-to-csv...
  9. Render Emails to HTML on Document Processing RE...

    Render Emails to HTML on Document Processing REST APIs | GroupDocs Cloud Recent content in Render Emails to HTML on Document Processing REST APIs | GroupDocs Cloud فایل های داده Outlook را با استفا......برای پایتون، فایل های Outlook Data (.ost) را به صورت برنامه نویسی...

    blog.groupdocs.cloud/fa/tag/render-emails-to-ht...
  10. UpdatesOptions | Documentation

    UpdatesOptions Data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Comparison Cloud / Developer Guide / Data structures / UpdatesOptions...Leave feedback UpdatesOptions data structure defines comparison...

    docs.groupdocs.cloud/comparison/updatesoptions/