Quote:
Originally Posted by Pode
I just want to add a quick line, the batch command to convert quickly a whole directory of HTML files in Windows is the following one :
for %f in (*.html *.htm) do html2lrf %f
I have forgottent how to do proper batch scripts, and I needed to google it, so I suppose this could help someone else...
|
It did!

Thanks! And a huge thank-you to you, Kovid, for making this great tool!
One thing I did notice is that when I batch-convert to LRF, I don't have authors on the converted books. Where does html2lrf look in the html file for author information?