Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 4,772 for

data

(0.03 sec)
  1. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough styling 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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/text-strikeout-...
  2. Password Remove from PDF Online Free on Documen...

    Password Remove from PDF Online Free on Document Automation REST APIs | GroupDocs Cloud Recent content in Password Remove from PDF Online Free on Document Automation REST APIs | GroupDocs Cloud Men......sandi PDF berhasil dan akses data keuangan dengan mudah. Recent...

    blog.groupdocs.cloud/id/tag/password-remove-fro...
  3. Link Annotation | Documentation

    Link annotation adds a hyper link to 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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/link-annotation/
  4. 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...
  5. how to convert csv to json npm on Document Auto...

    how to convert csv to json npm on Document Automation REST APIs | GroupDocs Cloud Recent content in how to convert csv to json npm on Document Automation REST APIs | GroupDocs Cloud Jak převést CSV......populární datové formáty CSV data na JSON pomocí důvěrného online...

    blog.groupdocs.cloud/cs/tag/how-to-convert-csv-...
  6. Working with 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 add Digital Signature to a document. It provides methods to create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object Data in request body. Add Digital Signature to Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....margins and appearances by using data in request body. Add Digital...using following API. It expects data in request body. It returns...

    docs.groupdocs.cloud/signature/working-with-dig...
  7. TIFF to PDF converter free download on Document...

    TIFF to PDF converter free download on Document Automation REST APIs | GroupDocs Cloud Recent content in TIFF to PDF converter free download on Document Automation REST APIs | GroupDocs Cloud File ......dapat disesuaikan dan penanganan data yang aman. Recent content in...

    blog.groupdocs.cloud/id/tag/tiff-to-pdf-convert...
  8. convert csv to json python on Document Automati...

    convert csv to json python on Document Automation REST APIs | GroupDocs Cloud Recent content in convert csv to json python on Document Automation 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...
  9. 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....transmitting, and reconstructing data between different applications...format designed to store tabular data. Sometimes, it can be difficult...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  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/