Tagged Questions
5
votes
4answers
627 views
How to convert all pdf files to text (within a folder) with one command?
I know that I can convert pdf files to text files one by one like this :
$ pdftotext filename.pdf
But is there a single command that would make that conversion without specifying separate file ...
5
votes
2answers
2k views
How can I convert .epub files to plain text?
I'm able to view an epub file in, say, okular, select all the text and copy-paste into a text editor. I'd like a command line method - anyone know of such a thing?