On a few desperate occasions, I've imported the epub xhtml files into a browser and saved it as pure text. Since I am a command line fanatic, I used lynx (lynx -dump file.xhtml > file.txt.
To preserve some of the formatting like italic and bold, I did a search and replace on the xhtml file first (e.g. <em> -> {em})
|