Zh

使用 C# 使用密码锁定和解锁 PowerPoint 文件

Today, we will provide password protection to our presentation files programmatically. In this article, we will see how to lock PowerPoint presentation files with password protection in C#. Further, we will learn to unlock these by removing the password and also how to change the existing password of PPT & PPTX presentation files. 本文讨论了以下主题:

  • .NET API 使用密码保护 PowerPoint PPT/PPTX * 通过添加密码锁定 PowerPoint 文件 * 在 C# 中更改 PPT/PPTX 密码 * 如何删除 PowerPoint 演示文稿密码
十一月 25, 2021 · 2 分钟 · Shoaib Khan

使用 C# 使用密码锁定和解锁 PDF 文件

Let us learn to secure our documents from unauthorized access. Previously we discussed [adding text and image watermarks to the documents][1] to avoid and illegal use. In this article, we will see how to add password protection to PDF documents to get them locked using C#. Additionally, we will change the existing password and also learn to remove the password to make the PDF unlocked. 本文讨论了以下主题:

  • .NET API 用于 PDF 文件的密码保护 * 通过添加密码锁定 PDF 文件 * 在 C# 中更改 PDF 密码 * 如何删除 PDF 密码 - 解锁 PDF
十一月 17, 2021 · 2 分钟 · Shoaib Khan

在 Java 中拆分 PDF 文件的不同方法

PDF 是支持文本、图形和许多其他元素的最著名的文件格式之一。它受欢迎的原因之一是它的便携性。在某些情况下,您可能需要将大型 PDF 文件拆分为多个文件。为了以编程方式解决这个问题,本文讨论了如何在 Java 中拆分 PDF 文件的不同方法。
十月 19, 2021 · 2 分钟 · Shoaib Khan

如何使用 C# 拆分 PDF 文件

[PDF][1] 是最常用的文件格式之一,具有高度的可移植性。作为开发人员,您可能遇到过以编程方式拆分大型 PDF 文件的情况。今天,本文讨论了如何在 .NET 应用程序中使用 C# 拆分 PDF 文件的不同方法。
十月 11, 2021 · 3 分钟 · Shoaib Khan

使用 Java 将多种文件类型合并为一种

当您打算将不同文档的分散数据收集到一个文件中时,通常需要合并不同的文档。在本文中,您将学习自动化文档合并过程。这将展示如何使用 Java 以编程方式将相同或不同文件类型的多个文档合并到一个文件中。在另一篇文章中,我们讨论了[使用 C# 合并多个不同格式的文件][1]。
六月 13, 2021 · 1 分钟 · Shoaib Khan

使用 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

使用 Java 在 Word、Excel、PowerPoint 中插入 OLE 对象

今天,我们将学习使用 Java 将 PDF 和其他不同的文档作为 OLE 对象嵌入 Word、Excel、PowerPoint 文件中。为了通过对象链接和嵌入嵌入文档,我们将使用 Java API 的 GroupDocs.Merger,它还允许我们以最少的 Java 代码行有效地组合/合并和拆分多个文档。
十月 19, 2020 · 2 分钟 · Shoaib Khan

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

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

在 Java 中拆分或合并 PDF、Word、Excel 文档

担心在多个平台合并或拆分各种类型的文档?您可能会想到很多陈述: * 如何在 Java 中将 PDF 文档合并在一起? * 想要拆分word文档,或者合并excel电子表格。 * 如果我需要合并 PPT/PPTX 演示文稿怎么办。 * 更多问题,列表可能不会结束。
五月 20, 2020 · 2 分钟 · Shoaib Khan

使用 C# 在 Word、Excel、PowerPoint 中插入 OLE 对象

OLE 代表 [对象链接和嵌入][1]。它由 Microsoft 提供,允许您创建和编辑包含由各种应用程序创建的项目或对象的文档。
五月 16, 2020 · 3 分钟 · Shoaib Khan