View Single Post
Old 04-28-2011, 09:21 AM   #5
hiperlink
Enthusiast
hiperlink began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Dec 2010
Device: Kindle 3 Wifi only
Thank You, I'm experimenting with that now!

For the record, the reusing of the already downloaded HTML files was pretty easy:

Code:
ebook-convert some.recipe somedir/ && for format in mobi epub pdf ; do ebook-convert somedir/index.html "some.${format}" ; done
Anyway, thanks again!
hiperlink is offline   Reply With Quote