Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 7,058 for

xml

(0.17 sec)
  1. 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...
  2. Convert Markdown to PDF and PDF to Markdown in ...

    File conversion APIs allow you to convert files to any file format instantly.This article shows how to convert Markdown to PDF and PDF to Markdown in Python...in Python Convert XML to CSV and CSV to XML in Python How to Convert...

    blog.groupdocs.cloud/conversion/convert-markdow...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... It’s based on XML and can be styled with CSS. Unlike...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  4. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....of storage logic for JSON and XML. GroupDocs.Assembly for .NET...

    blog.groupdocs.cloud/total/december-2014-newsle...
  5. 在 CSharp 中以编程方式将 Word DOC 转换为 PDF

    无需更改高质量格式即可快速将 Word 文档转换为 PDF 文件。本文介绍如何在 C# 中以编程方式将 Word 转换为 PDF。...) * [在 Python 中将 XML 转换为 CSV,将 CSV 转换为 XML](https://blog.groupdocs...cloud/zh/conversion/convert-xml-to-csv-and-csv-to-xml-in-python/) [1]: https://docs...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. 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-...
  7. Edit PowerPoint Presentations using Python | Ed...

    Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....Programmatically Generate HTML Report from XML Data in Python using Rest API...

    blog.groupdocs.cloud/editor/edit-powerpoint-pre...
  8. 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...
  9. 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...
  10. 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...."fileFormat" : "Microsoft Word Open XML format" , "size" : 16646 , "dateModified"...

    docs.groupdocs.cloud/annotation/get-document-in...