搜尋此網誌

2010年9月29日 星期三

將好讀的文章轉換為EPUB存到nook去

先加Calibre辨別PDB檔案的外掛
http://kanru.github.com/calibre-haodoo/

使用Calibre
大量批次轉換

每個檔案加入額外CSS如下:
@font-face { font-family: "DroidFont", serif, sans-serif; font-weight: normal; font-style: normal; src: url(res:///system/fonts/DroidSansFallback.ttf); }
@font-face { font-family: "DroidFont", serif, sans-serif; font-weight: bold; font-style: normal; src: url(res:///system/fonts/DroidSansFallback.ttf); }
@font-face { font-family: "DroidFont", serif, sans-serif; font-weight: normal; font-style: italic; src: url(res:///system/fonts/DroidSansFallback.ttf); }
@font-face { font-family: "DroidFont", serif, sans-serif; font-weight: bold; font-style: italic; src: url(res:///system/fonts/DroidSansFallback.ttf); }

body{
font-family:"DroidFont", serif, sans-serif;
}
p{
text-indent: 1.5em;
line-height:140%;
margin:0.5em;
}


另外點選不加入封面

Calibre可以直接辨識nook, 可以直接將檔案傳送到nook去
注意傳送的內容是以Calibre Library資料夾內的epub檔案
所以要在用calibre打開nook確認

沒有留言: