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.
The following topics are discussed in this article:
- .NET API to Protect PowerPoint PPT/PPTX with Password * Lock PowerPoint Files by adding Password * Change PPT/PPTX Password in C# * How to Remove PowerPoint Presentation Password
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.
The following topics are discussed in this article:
- .NET API for Password Protection of PDF files * Lock PDF Files by adding Password * Change PDF Password in C# * How to Remove PDF Password - Unlock 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#.
The following are the topics covered in this article:
- .NET API - Merge Multiple Document Types * Merge PDF, Word, Excel files into one PDF * Merge Selective Pages of Multiple files into One File
[Continue Reading …][1]