Sort Score
Result 10 results
Languages All
Labels All
Results 9,731 - 9,740 of 32,523 for

convert

(0.1 sec)
  1. RubyGems - groupdocs_annotation_cloud - Version...

    groupdocs_annotation_cloud 21.6 → 22.2 Sign up to get free protection for your applications and to get access to all ......# 117 + # Helper method to convert first letter to downcase 118...attributes.is_a?(Hash) 60 + 61 + # convert string to symbol for hash key...

    my.diffend.io/gems/groupdocs_annotation_cloud/2...
  2. enhancement

    RedactorChangeLog enhancement in .NET - Free Support Forum - groupdocs.com,Enhancement request: I'd like to be able to search for multiple strings in the...process hidden worksheets when convert from spreadsheet CONVERSIONNET-5825...CONVERSIONNET-5831 Bug Error while Converting XLSX to PDF: Same key added...

    search.groupdocs.com/q/enhancement.html
  3. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to Convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....document conversion tools to convert files from 65+ supported formats...

    docs.groupdocs.cloud/conversion/get-supported-f...
  4. 在 Python 中将 Word 转换为 TIFF 文件

    GroupDocs API 是一种在几秒钟内将 DOC 转换为 TIFF 文件的安全且易于使用的方法。本文介绍如何在 Python 中将 word 转换为 TIFF 文件。...TIFF 格式 # 您可以按照以下步骤以编程方式将 convert word 转换为高分辨率 TIFF 文件: 创建 ConvertApi...最后用ConvertDocumentReque调用 ConvertApi.convert\document() 方法保存转换后的文件 以下代码示例展示了如何在...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  5. Merge and Combine PowerPoint PPT/PPTX Presentat...

    Merge Powerpoint files into one file or combine PPT files online free. This artilce covers how to merge and combine PowerPoint PPT/PPTX presentations in C#....PDF Documents using Python Convert PDF File to PNG and PNG to...

    blog.groupdocs.cloud/merger/merge-powerpoint-pp...
  6. How to self-host GroupDocs.Annotation Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....limitations are applied: You can convert only two first pages of the...

    docs.groupdocs.cloud/annotation/self-host-with-...
  7. 用 Java 将 PDF 转换为 PPT | GroupDocs.Conversion Clo...

    使用 Java SDK 在线轻松将 PDF 文档转换为可编辑的 PPT 或 PPTX 格式。本文介绍如何使用 Java 将 PDF 转换为 PPT 或 PPTX。... 最后,调用 convert\document() 方法并传递 ConvertDocumentReque...System.out.println("Document converted successfully: " + response);...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  8. 使用 Ruby 将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像

    将 PDF 文档转换为高保真优化的图像格式。本文介绍如何在 Ruby 中将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像。...convert\document() 方法保存转换后的文件 以下代码示例显示了如何在...use_pdf = false @settings.convert_options = @convertOptions @settings...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  9. GroupDocs.翻译云|用于翻译文档的 Java SDK

    Java Rest API和Cloud SDK用于文档内部语言翻译。保持文件格式和结构完整。支持70多种语言翻译对。...comments frames convert conversion converter French English German...

    releases.groupdocs.cloud/zh/translation/java/
  10. 在 Python 中将 Word 转换为 Markdown 并将 Markdown 转换为 Word

    在线文件转换 API 将一种文件格式转换为另一种文件格式。本文介绍了如何在 Python 中将 Word 转换为 Markdown 以及如何将 Markdown 转换为 Word...Markdown try: # 创建 API 实例 convert_api = groupdocs_conversion_cloud...ettings) response = convert_api.convert_document(request) print("Successfully...

    blog.groupdocs.cloud/zh/conversion/convert-word...