Zh

使用 C# 将多个文件类型合并到单个文档中

To combine the data that is present in multiple documents, and sometimes in documents of different file types, there comes the need to merge all your documents or the portion of the documents into one. In this article, you will learn, how to merge multiple documents of either the same or different file types in one file using C#. 以下是本文涵盖的主题:

  • .NET API - 合并多种文档类型 * 将 PDF、Word、Excel 文件合并为一个 PDF * 将多个文件的选择性页面合并为一个文件 [继续阅读…][1]
五月 4, 2021 · 1 分钟 · Shoaib Khan

在 C# 中合并 PDF、Word 文档、电子表格、演示文稿文件

今天,我们将学习使用 C# 以编程方式合并 PDF、Word 文档、电子表格、演示文稿。在之前的一篇文章中,我们已经看到了[使用 Java 合并和拆分文档][1]。
八月 19, 2020 · 2 分钟 · Shoaib Khan