Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,089 for

msg

(0.05 sec)
  1. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....POTX, POTM Microsoft Outlook MSG, EML, EMLX OpenOffice ODT, OTT...

    docs.groupdocs.cloud/assembly/getting-started/p...
  2. Convert PDF to Text in Java - PDF to TXT Converter

    Convert PDF to Text in Java programmatically using GroupDocs.Conversion Cloud SDKs & REST API. Follow the step-by-step guide for easy conversions....JSON and JSON to CSV in Python MSG and EML files Conversion to PDF...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  3. 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....CSV and CSV to XML in Python MSG and EML files Conversion to PDF...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. Convert Excel to JSON in Java

    Convert Excel to JSON data using secure and easy to use REST API. This article is about how to build an XLSX to JSON converter in Java programmatically....Document with Python SDK Convert MSG and EML files to PDF in Python...

    blog.groupdocs.cloud/conversion/convert-excel-f...
  5. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....msg', 'Format': 'pdf', 'LoadOptions':...ConvertSettings { FilePath = "Email/sample.msg" , Format = "pdf" , LoadOptions...

    docs.groupdocs.cloud/conversion/convert-email-d...
  6. 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": "....msg" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  7. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....DOTX, DOTM Microsoft Outlook MSG, EML Apple Mail EMLX OpenDocument...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  8. 在 Python 中使用 REST API 将 Microsoft Project MPP 转...

    使用适用于 Python 的 Document Conversion Cloud SDK 在 Python 中使用云中的 REST API 以编程方式将 Microsoft Project MPP 转换为 PDF。...Python 中将电子表格转换为 PDF 使用 Python 将 MSG 和 EML 文件转换为 PDF 如何使用 Python 将...

    blog.groupdocs.cloud/zh/conversion/convert-mpp-...
  9. 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....CSV and CSV to XML in Python MSG and EML files Conversion to PDF...

    blog.groupdocs.cloud/conversion/convert-word-to...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)...."Arial" } EmailLoadOptions - msg, eml, emlx, mht, ost, pst Properties...

    docs.groupdocs.cloud/conversion/loadoptions/