Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 298 for

云存储

(0.36 sec)
  1. Storage API

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Storage Cloud API 轻松将文件上传到您首选的云存储。为此,请参阅以下 REST 命令(Curl)和 SDK 示例。...

    blog.groupdocs.cloud/zh/tag/storage-api/
  2. Java 将 Word 文档转换为 HTML 文件

    使用 Java GroupDocs API 自动将 Word DOCX 文件转换为 HTML 文件。本文介绍如何使用 REST API 在 Java 中将 Word 文件转换为 HTML。...上传文件 # 首先,使用下面给出的代码片段将Word文档上传到云存储: package com.groupdocsdev.classes;...java.io.File; // 使用 Java 上传文件到云存储 public class App { public static...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  3. C# 将 HTML 转换为 PDF | 使用 .NET REST API 将网页转换为 PDF

    如何在 C# .NET 中将 HTML 转换为 PDF。我们逐步引导您通过 REST API 以编程方式将 HTML 和网页转换为高质量的 PDF 文档。...FileApi(configuration); 上传输入的 HTML 到云存储。 using (var stream = File.OpenRead("source...HTML 转换为 PDF 格式。转换成功后,结果 PDF 存储在云存储中。 var request = new ConvertD...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  4. 使用 C# .NET 合并 PDF 文件 | 高效合并 PDF

    了解如何使用 C# .NET 合并 PDF 文件。使用 PDF 合并器合并 PDF 文件的简单步骤。将多个 PDF 文档合并为单个 PDF...JoinRequest(options); 调用API合并PDF文档并将生成的PDF存储到云存储。 var response = newApiInstance...JoinRequest(options); // 合并 PDF 文件并将生成的 PDF 上传到云存储 var response = newApiInstance...

    blog.groupdocs.cloud/zh/merger/combine-pdf-file...
  5. GroupDocs.Signature Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....引入了上传、下载、复制、移动、删除文件的方法:输入文档和渲染结果,在云存储中 文件夹 API - 引入了在云存储中创建、复制、移动、删除文件夹的方法 Storage...API,具有更少的方法和选项。同时,其内部架构也更加优化和精致。在此版本中,API 包含使用云存储的方法。因此,您可以使用 GroupDocs.Signature...

    blog.groupdocs.cloud/zh/categories/groupdocs.si...
  6. GroupDocs.Conversion Cloud V2 简介

    GroupDocs.Conversion Cloud REST API 支持 65 多种文档格式的转换。它快速可靠地提供高质量的输出...在此版本中,API 包括使用云存储的方法,这是重要的部分。 了解更多 。 什么是新的 # GroupDocs...部分具有上传、下载、复制、移动和删除文件的方法。文件夹 API 部分添加了在云存储中创建、复制、移动、删除文件夹的方法。 Storage API包括获取存储信息和文件信息的方法。...

    blog.groupdocs.cloud/zh/conversion/introducing-...
  7. GroupDocs.Storage for Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Storage Cloud API 轻松将文件上传到您首选的云存储。为此,请参阅以下 REST 命令(Curl)和 SDK 示例。...

    blog.groupdocs.cloud/zh/tag/groupdocs.storage-f...
  8. Download Files

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Storage Cloud API 轻松将文件上传到您首选的云存储。为此,请参阅以下 REST 命令(Curl)和 SDK 示例。...

    blog.groupdocs.cloud/zh/tag/download-files/
  9. convert jpg to editable docx

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Python 中将 JPG/JPEG 转换为 Word 不使用云存储的 JPG 到 Word 转换 如何将JPG转成Word并直接下载...

    blog.groupdocs.cloud/zh/tag/convert-jpg-to-edit...
  10. 在 Java 中将 CSV 转换为 JSON 并将 JSON 转换为 CSV

    使用文件格式 API 在线将 JSON 转换为 CSV 文件或将 CSV 转换为 JSON。本文介绍如何在 Java 中将 CSV 转换为 JSON 以及将 JSON 转换为 CSV。...File; // 使用 Java 上传文件到云存储 public class App { public static...import java.io.File; // 使用 Java 从云存储下载文件 public class App { public...

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