Tag Archives: extract images from PDF in csharp

Extract Images from Documents using C#

In this article, we will be learning to programmatically extract images from PDF, Excel, PowerPoint, and Word documents in a C# application using document parsing .NET API.

GroupDocs.Parser for .NET is document parsing and data extraction .NET API. It supports document parsing and extraction of images, text, and metadata from word-processing documents, spreadsheets, presentations, archives, and email documents.

Extracted images can be saved in BMP, GIF, JPEG, PNG, and WebP formats.

Posted in GroupDocs.Parser Product Family | Tagged , , , ,

Extract Images from PDF Documents using C#

Portable Document Format (PDF) is a popular and widely used document format developed by Adobe. The PDF documents can contain a variety of content including formatted text, images, annotations, form fields, etc. Parsing PDF document programmatically is a popular use case and there are multiple ways of extracting the text. However, extracting images from a PDF document is a complex task. This article demonstrates how easily you can extract images from the PDF documents programmatically in C# using GroupDocs.Parser for Continue Reading

Posted in GroupDocs.Parser Product Family | Tagged , , , ,