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

data

(0.08 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...unleash the full potential of your data processing workflows with ease...ease. Accomplish seamless data conversion with our comprehensive...

    blog.groupdocs.cloud/groupdocs.cloud/page/10/
  2. Compare Two or More Excel Files using REST API ...

    Programmatically compare two or more Excel files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python....فارسی українська Polski Compare Data in Excel Files using REST API...analyzing, computing, and storing data in tabular form. It is a very...

    blog.groupdocs.cloud/comparison/compare-excel-f...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Python developer, render OST data files in HTML programmatically...learn how to render Outlook data files to HTML using a REST API...

    blog.groupdocs.cloud/groupdocs.cloud/page/38/
  4. Convert Microsoft Project MPP to PDF using REST...

    Programmatically Convert Microsoft Project MPP to PDF using REST API on the cloud in Python with Document Conversion Cloud SDK for Python....easily convert Microsoft Project data ( .mpp ) file to PDF programmatically...cloud. The conversion of Project data will let you share project schedules...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  5. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples to extract images from documents like PDF, Word documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....developer and want to extract data from documents, this article...Automated data extraction from PDF and extract data from PDF python...

    blog.groupdocs.cloud/parser/extract-images-from...
  6. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as to what exactly is the difference betwe…...are more interested in storing data on our Infra only due to certain...Internal Infrastructure for Data Storage Yes, the Docker image...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  7. Working with Charts | Documentation

    How-to-use different types of charts and graphs, work with chart options and colors in document templates with GroupDocs Assembly Cloud....(diagrams and charts) and tabular data are usually combined with the...tags to bind the chart to a data source through Chart Series...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. Excel to JSON | XLS to JSON Converter | XLSX to...

    How to convert Excel to JSON format using C# .NET. Expert techniques for converting XLS and XLSX documents to JSON Data... However, as the demand for data-driven applications and web...arises a need to convert Excel data into JSON format. JSON (JavaScript...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  9. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metaData and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....// 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/get-document-in...
  10. SearchResult | Documentation

    SearchResult Data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Signature Cloud / Developer Guide / Data structures / SearchResult SearchResult...feedback On this page SearchResult data structure returned by Search...

    docs.groupdocs.cloud/signature/searchresult/