Thread: doc to epub
View Single Post
Old 03-04-2010, 04:58 PM   #47
adikira
Member
adikira is on a distinguished road
 
Posts: 11
Karma: 66
Join Date: Mar 2010
Device: Sony Reader Daily (PRS-900)
frabjous, thanks, this is a useful method - i don't need to use sony's reader library for this anymore (I still need to check if abiword supports docx though).

by the way, the content of the doc2epub.bat file can be replaced with:

Quote:
for %%I in (*.doc) do "%PROGRAMFILES%\AbiWord\bin\AbiWord.exe" --to=html "%%I"
for %%I in (*.html) do "%PROGRAMFILES%\Calibre2\ebook-convert.exe" "%%I" "%%~nI.epub"
so that one doesn't need to worry if it's a 64 or 32 system

Last edited by adikira; 03-04-2010 at 05:31 PM.
adikira is offline   Reply With Quote