Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 6,281 for

xml

(0.04 sec)
  1. REST API Overview | Documentation

    This document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked to the API such as Authentication, Request Queuing, and Storage. The GroupDocs Cloud API will give developers access to all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent to the end-user);...default, the REST API returns XML formatted responses, but it is...

    docs.groupdocs.cloud/total/overview-rest-api/
  2. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....REST API Convert XML to CSV and CSV to XML in Python...

    blog.groupdocs.cloud/conversion/convert-word-to...
  3. Convert PDF to Word Document in Java using REST...

    Convert PDF to editable Word DOC using PDF to Word converter fast, and reliable APIs. Let's see how to convert PDF to Word document in Java using REST API....xml configuration in your Maven-based...in Python Convert XML to CSV and CSV to XML in Python MSG and...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...obtaining data from databases, XML, JSON, OData and external document...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...also used as an alternative to XML for storing and transmitting...

    blog.groupdocs.cloud/groupdocs.cloud/page/25/
  6. C#: Convert HTML to XPS | Web to XPS Conversion...

    Learn how to convert HTML to XPS using C# .NET. A step-by-step guide for transforming HTML content into XPS format. HTML to XPS conversion online....where converting HTML to XPS (XML Paper Specification) becomes...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage...."fileFormat" : "Microsoft Word Open XML Document" , "extension" : ".docx"...

    docs.groupdocs.cloud/parser/get-document-inform...
  8. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how to convert Excel (XLS/XLSX) to CSV in Java using REST API. This article provides step-by-step instructions for converting Excel to CSV quickly....xml file: Maven Repository: <repository>...in Python Convert XML to CSV and CSV to XML in Python How to Convert...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  9. Convert Word Document to PDF in Java using REST...

    Quickly convert document formats using our high performance file conversion API. Let's see how to convert Word document to PDF in Java using REST API....xml configuration in your Maven-based...in Python Convert XML to CSV and CSV to XML in Python MSG and...

    blog.groupdocs.cloud/conversion/convert-word-do...
  10. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....xml" , "fileFormat" : "Extensible..."extension" : ".xps" , "fileFormat" : "XML Paper Specification" }, { "extension"...

    docs.groupdocs.cloud/viewer/get-supported-file-...