makeepub是一款绿色免费的epub电子书生成器。为广大的用户推荐这款epub电子书生成工具makeepub。这个软件非常实用,工具简洁小巧,makeepub免费版能够帮助用户快速的将HTML格式的网页文件转换成EPUB格式的电子书文件,有需要的小伙伴别错过哦!
命令行:
转换(Create):makeepub<VirtualFolder>[OutputFolder][-epub2][-noduokan]
批处理(Batch):makeepub-b<InputFolder>[OutputFolder][-epub2][-noduokan]
makeepub-b<BatchFile>[OutputFolder][-epub2][-noduokan]
打包(Pack):makeepub-p<VirtualFolder><OutputFile>
解包(Extract):makeepub-e<EpubFile><OutputFolder>
合并(Merge)HTML:makeepub-mh<VirtualFolder><OutputFile>
合并(Merge)Text:makeepub-mt<VirtualFolder><OutputFile>
web服务器(Server):makeepub-s[Port]
各参数含义如下:
Themeaningoftheargumentsareasbelow:
VirtualFolder:一个文件夹(如example文件夹下的book文件夹)或zip文件(如example文件夹下的book.zip),里面包含要处理的文件。(AnOSfolder(forexample:folderbookinfolderexample)orazipfile(forexample:book.zipinfolderexample)whichcontainstheinputfiles.)
OutputFolder一个文件夹,用于保存输出文件。(AnOSfoldertostoretheoutputfile(s).)
InputFolder:一个文件夹,里面有输入文件或文件夹。(AnOSfolderwhichcontainstheinputfolder(s)/file(s).)
-epub2:默认生成EPUB3格式的文件,使用此参数将生成EPUB2格式的文件。(Bydefault,theoutputfileisEPUB3format,usethisargumentifEPUB2formatisrequired.)
-noduokan:禁用多看扩展。(DisableDuoKanexternsion.)
BatchFile:一个文本文件,里面列出了所有要处理的VirtualFolder,每行一个。(Atextwhichliststhepathof'VirtualFolders'tobeprocessed,onelineforone'VirtualFolder'.)
OutputFile:输出文件的路径。(Thepathoftheoutputfile.)
EpubFile:一个epub文件的路径。(ThepathofanEPUBfile.)
Port:Web服务器的监听端口,默认80。(TheTCPportforthewebservertolistento,defaultvalueis80.)