Remove Images from PDF document via C#
Delete images from PDF document using Aspose.PDF for .NET Library
Remove Images from PDF Document Using C# Library
In order to remove Image from PDF, we’ll use Aspose.PDF for .NET API which is a feature-rich, powerful and easy to use document manipulation API for net platform. Open NuGet package manager, search for Aspose.PDF and install. You may also use the following command from the Package Manager Console.
Delete Images from PDF via C#
You need Aspose.PDF for .NET to try the code in your environment.
- Open existing PDF Document.
- Delete a particular image.
- Save updated PDF file.