Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 6,915 for

xml

(0.25 sec)
  1. How to convert csv to html - Free Support Forum...

    Can somebody help me out .I m converting csv to html using groupdocs. But In the converted html I m getting this . <p>This page uses frames, but your browser doesn't support them.</p> Bellow is my code let fileApi = c…...xml\"/>\n<link rel=\"Edit-Time-Data\"...mso\"/>\n<!--[if gte mso 9]><xml>\n <o:DocumentProperties>\n<...

    forum.groupdocs.cloud/t/how-to-convert-csv-to-h...
  2. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate GroupDocs Assembly Cloud API within a few minutes....you need to create a JSON or XML data source with a correct structure...business objects to JSON or XML formats. Since business data...

    docs.groupdocs.cloud/assembly/getting-started/q...
  3. Convert DOCX to PPTX using Java SDK: A Guide

    Learn how to convert Word to PowerPoint Presentation in Java. This guide covers the steps to convert your files seamlessly and efficiently....xml file: Maven Repository: <repository>...in Python Convert XML to CSV and CSV to XML in Python MSG and...

    blog.groupdocs.cloud/conversion/convert-word-to...
  4. Convert HTML to Markdown via Java | Comprehensi...

    GroupDocs.Conversion offers conversion of a wide range of document formats. This article is about how to convert HTML to Markdown with Java using REST API....xml file: Maven Repository: <repository>...in Python Convert XML to CSV and CSV to XML in Python Convert...

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

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required...."fileFormat" : "Microsoft Word Open XML Document" , "extension" : ".docx"...

    docs.groupdocs.cloud/metadata/get-document-info...
  6. Convert pages to a PDF document in Java

    Our Online document converter API allows you to convert HTML to PDF in high quality. This article is about how to convert HTML to PDF in Java using REST API...xml. Below are the steps for Maven:...in Python Convert XML to CSV and CSV to XML in Python MSG and...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Java Convert HTML to Word DOC or DOCX.

    Learn how to convert HTML to Word (DOC, DOCX) programmatically in Java using GroupDocs.Conversion Cloud REST API, quickly and efficiently....xml. Below are the instructions for...in Python Convert XML to CSV and CSV to XML in Python MSG and...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. Convert SVG image to PNG in Java

    GroupDocs.Conversion API allows you to convert SVG files to PNG images, quickly. This blog post is about how to convert SVG to PNG in Java using REST API.... It’s based on XML and can be styled with CSS. Unlike...dependency to your project’s pom.xml file. Maven Repository: <repository>...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    GroupDocs.cloud Holidays offer – Get 25% off GroupDocs.Total Cloud APIs. Quote HOLOFF2018 when placing your order online....responses in form of JSON or XML data. Read more details here...

    blog.groupdocs.cloud/total/groupdocs.cloud-holi...
  10. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open Xml Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page...."fileFormat" : "Microsoft Word Open XML Document" , "size" : 1359584...

    docs.groupdocs.cloud/signature/inforesult/