Sort Score
Result 10 results
Languages All
Labels All
Results 5,101 - 5,110 of 6,664 for

file format

(0.33 sec)
  1. 如何使用 Ruby 将 Word 转换为 TIFF 文件格式

    TIFF 标签图像文件格式用于存储光栅图形和图像信息。本文介绍如何使用 Ruby 将 Word 转换为 TIFF 文件格式...file_path = "docx-to-tiff/four-pages...ages.docx" @settings.format = "tiff" # 设置 DOCX 加载选项 @loadOptions...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  2. تحويل Microsoft Project MPP إلى PDF باستخدام RE...

    قم بتحويل Microsoft Project MPP إلى PDF برمجيًا باستخدام REST API على السحابة في Python باستخدام Document Conversion Cloud SDK لـ Python....الموضح أدناه: # إنشاء مثيل من API file_api = groupdocs_conversion_cloud... "C:\\Files\\sample.mpp", my_storage) response = file_api.upload_file(request)...

    blog.groupdocs.cloud/ar/conversion/convert-mpp-...
  3. Kết xuất tệp dữ liệu Outlook sang HTML bằng Pyt...

    Lập trình kết xuất tệp dữ liệu Outlook (.ost) sang HTML bằng cách sử dụng API REST trên đám mây bằng Python với SDK đám mây của trình xem tài liệu dành cho Python....dưới: # Tạo phiên bản của API file_api = groupdocs_viewer_cloud... "C:\\Files\\sample.ost", my_storage) response = file_api.upload_file(request)...

    blog.groupdocs.cloud/vi/viewer/render-outlook-d...
  4. 使用 Python 将 Outlook 数据文件呈现为 HTML |休息API

    使用适用于 Python 的 Document Viewer Cloud SDK 在 Python 中使用云中的 REST API 以编程方式将 Outlook 数据 (.ost) 文件呈现为 HTML。...首先,使用下面给出的代码示例将 OST 文件上传到云端: # 创建 API 实例 file_api = groupdocs_viewer_cloud... "C:\\Files\\sample.ost", my_storage) response = file_api.upload_file(request)...

    blog.groupdocs.cloud/zh/viewer/render-outlook-d...
  5. REST APIを使用してPythonでXMLをPDFに変換する

    GroupDocs.Conversion Cloud REST API を使用して、オンラインで XML を PDF ファイルに高速に変換します。この記事では、REST API を使用して Python で XML を PDF に変換する方法について説明します。...file_path = "python-testing/input-sample-file.xml" settings...settings.format = "pdf" settings.output_path = "python-testing/output-sample-file...

    blog.groupdocs.cloud/ja/conversion/convert-xml-...
  6. Node.js에서 ZIP을 HTML로 변환 | ZIP 파일 변환기

    프로그래밍 방식으로 Node.js에서 ZIP을 HTML로 변환하는 방법을 알아봅시다. GroupDocs.Conversion은 ZIP 파일 변환기 구축을 위한 Cloud SDK 및 REST API를 제공합니다....ConvertSettings 클래스의 객체를 만들고 filepath, format 및 outputPath 속성에 값을 할당합니다....ConvertSettings 클래스의 개체를 만들고 filepath, format 및 outputPath 속성에 값을 할당합니다....

    blog.groupdocs.cloud/ko/conversion/convert-zip-...
  7. Convertir JSON a CSV en Node.js | API REST en l...

    Aprende a convertir datos JSON estructurados en Formato CSV utilizando la API de Node.js. Transforma fácilmente JSON a CSV para informes, bases de datos o hojas de cálculo....format = "csv"; settings.outputPath...Input file path settings.format = "csv"; // Output format settings...

    blog.groupdocs.cloud/es/conversion/convert-json...
  8. Bulletin février 2014

    Intégrations et nouveaux exemples d'API Cloud, versions et mises à jour de produits et plus encore dans notre newsletter de février 2014....Plus de prise en charge des formats de fichiers pour GroupDocs...développeurs d’afficher plus de 49 formats de fichiers de documents et...

    blog.groupdocs.cloud/fr/total/groupdocs-total-n...
  9. C#: Konwersja HTML do XPS | Konwersja Web do XP...

    Dowiedz się, jak przekonwertować HTML na XPS za pomocą C# .NET. Przewodnik krok po kroku dotyczący przekształcania zawartości HTML na Format XPS. Konwersja HTML na XPS online.... HTML to format, który jest najczęściej używany...bardziej niezawodny i stały format dokumentu. W takich sytuacjach...

    blog.groupdocs.cloud/pl/conversion/convert-html...
  10. 使用 Python 更改 Word 文檔中的頁面方向

    使用 Python 更改 word 中的一頁方向以製作 word 橫向或縱向。讓我們看看如何使用 Python 更改 Word 文檔中的頁面方向...file_info = groupdocs_merger_cloud...FileInfo("python-testing/sample-file.docx") options.output_path =...

    blog.groupdocs.cloud/zh-hant/merger/change-page...