Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 4,827 for

data

(0.18 sec)
  1. Add Password to PDF Document on Document Proces...

    Add Password to PDF Document on Document Processing REST APIs | GroupDocs Cloud Recent content in Add Password to PDF Document on Document Processing REST APIs | GroupDocs Cloud Kunci Dokumen PDF d......keamanan tambahan dan lindungi data berharga Anda. Recent content...

    blog.groupdocs.cloud/id/tag/add-password-to-pdf...
  2. Remove PDF Password Online on Document Processi...

    Remove PDF Password Online on Document Processing REST APIs | GroupDocs Cloud Recent content in Remove PDF Password Online on Document Processing REST APIs | GroupDocs Cloud Menghapus Kata Sandi da......sandi PDF berhasil dan akses data keuangan dengan mudah. Recent...

    blog.groupdocs.cloud/id/tag/remove-pdf-password...
  3. 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....user-defined templates to extract data from your invoices, quotation...

    blog.groupdocs.cloud/categories/groupdocs.parse...
  4. convert csv to html on Document Processing REST...

    convert csv to html on Document Processing REST APIs | GroupDocs Cloud Recent content in convert csv to html on Document Processing REST APIs | GroupDocs Cloud Konversi File CSV ke HTML dengan muda...... Mudah Mengonversi data yang dipisahkan koma menjadi...

    blog.groupdocs.cloud/id/tag/convert-csv-to-html...
  5. json to html api on Document Processing REST AP...

    json to html api on Document Processing REST APIs | GroupDocs Cloud Recent content in json to html api on Document Processing REST APIs | GroupDocs Cloud Convertir JSON a HTML usando Node.js | API ...... Transform structured JSON data into HTML pages online. Recent...

    blog.groupdocs.cloud/es/tag/json-to-html-api/in...
  6. 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-...
  7. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting Data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...alternative way to put any presenting data in a visual form. This electronic...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. ChangeInfo | Documentation

    ChangeInfo Data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Comparison Cloud / Developer Guide / Data structures / ChangeInfo ChangeInfo...ChangeInfo Leave feedback ChangeInfo data structure returned by /comparison/changes...

    docs.groupdocs.cloud/comparison/changeinfo/
  9. ViewOptions | Documentation

    ViewOptions Data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Viewer Cloud / Developer Guide / Data structures / ViewOptions ViewOptions...ViewOptions Leave feedback ViewOptions data structure used as input parameters...

    docs.groupdocs.cloud/viewer/viewoptions/
  10. ViewResult | Documentation

    ViewResult Data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Viewer Cloud / Developer Guide / Data structures / ViewResult ViewResult...ViewResult Leave feedback ViewResult data structure returned by Document...

    docs.groupdocs.cloud/viewer/viewresult/