| # 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. | |