Thread
:
Bulk converter for multiple file types to lrf?
View Single Post
02-14-2009, 10:08 AM
#
2
pepak
Guru
Posts: 610
Karma: 4150
Join Date: Mar 2008
Device: Sony Reader PRS-T3, Kobo Libra H2O
You can use the command line tools that Calibre itself uses. They work with single files only, but it is a matter of a simple BAT file to convert everything. E.g. something like:
Code:
for %%i in (*.htm) do any2lrf "%%i"
pepak
View Public Profile
Find More Posts by pepak
Track Posts by pepak via RSS