English

Add and Remove Attachments in PDF using C#

The PDF format supports adding attachments to a PDF file similar to the email attachments. A PDF attachment could be of TXT, DOCX, XLSX, or any other document format. In this article, you will learn how to implement some basic PDF attachment manipulation features in your .NET applications. By the end of this article, you will be able to extract, add, or remove attachments in a PDF programmatically using C#.
December 15, 2020 · 3 min · Usman Aziz