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 演示文稿密码
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
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]