File size: 514 Bytes
fab29d7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# How to extract the plain text of the whole book

## Example

> [!Important]
> In order to run this example, you need to install the [HtmlAgilityPack Nuget package](https://www.nuget.org/packages/HtmlAgilityPack).

[!code-csharp[Main](../../Source/VersOne.Epub.ConsoleDemo/ExtractPlainText.cs)]

## See it in action

Download the [.NET console demo app](https://github.com/vers-one/EpubReader/releases/latest/download/ConsoleDemo.zip), run it, and select the **2. Extract plain text from the whole book** option.