View Single Post
Old 07-24-2010, 06:16 PM   #6
slex
Addict
slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.slex ought to be getting tired of karma fortunes by now.
 
Posts: 294
Karma: 1196776
Join Date: Nov 2008
Location: Bulgaria
Device: Kindle 4 NT, Onyx Boox M92
You can use Calibre and do:

ebook-convert unreflowedtextfile.txt refowedtextfile.txt

And if you want to do it for an entire folder and you use Linux, then use the following command from the CLI:

for file in *.txt ; do ebook-convert "$file" reflowed-"$file" ; done

Last edited by slex; 07-24-2010 at 06:56 PM.
slex is offline   Reply With Quote