Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 803 of 803 for

pdf to pptx

(0.22 sec)
  1. 在 Python 中将 EXCEL 转换为 JSON 并将 JSON 转换为 EXCEL

    GroupDocs API 提供了一种在 python 中转换 JSON 和 excel 工作表的简单方法。让我们学习如何在 Python 中将 EXCEL 转换为 JSON 以及将 JSON 转换为 EXCEL。...ConvertDocumentReque 调用 convert\document() 将 pdf 转换为 excel 以下代码示例显示了如何使用 Python...que调用 convert\document() 方法将pdf在线转换为excel代码 以下代码示例显示了如何使用 Python...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  2. Convert document using custom font | Documentation

    This example demonstrates how To convert document that use cusTom font, or non-standard font. Fonts should be uploaded inTo cloud sTorage before conversion. Then put path To fonts inTo conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts inTo cloud sTorage Convert document Download converted document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.STorage Cloud documentation for usage details....pptx', 'Format': 'pdf', 'OutputPath': 'Output'...{ "name" : "uses-custom-font.pdf" , "size" : 76532 , "path" :...

    docs.groupdocs.cloud/conversion/convert-using-c...
  3. 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": "....pdf" , "fileFormat" : "Portable Document...PowerPoint" }, { "extension" : ".pptx" , "fileFormat" : "Microsoft...

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