Zh

如何使用 C# 对 Word 文档进行密码保护和删除保护

让我们讨论如何通过设置密码保护来限制对 Word 文档的访问。我们已经学会了锁定和解锁 PDF 和 PowerPoint 文件。在本文中,我们将看到如何使用 C# 对 Word 文档进行密码保护。此外,我们将学习删除密码以解锁 Word 文档,最后,如何在 .NET 应用程序中更改 DOC 和 DOCX 文件的现有密码
十一月 27, 2021 · 2 分钟 · Shoaib Khan

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