有没有生成 AZW 文件的工具或项目?
Kindle 激发了我阅读各种内容的个人兴趣,但总的来说,我对可用的转换工具以及缺乏有关格式的连贯文档不满意。 我的问题...
您知道用于生成 AZW
文件的任何资源、工具和/或项目吗?
我发现了有关 PRC
/MOBI
文件 (Mobipocket)及其来源,Open eBook,但我也有一些导航功能还没有找到如何复制。 具体来说,当您阅读 Kindle 提供的博客时,您可以通过按向右或向左操纵杆来跳过整个帖子。
The Kindle has lit a personal interest in reading my various content on it, but generally I've been unsatisfied with the conversion tools available and the lack of cohesive documentation on the formats. My question ...
Do you know of any resources, tools, and/or projects for generating AZW
files?
I've come across a fair amount of information on PRC
/MOBI
files (Mobipocket) and its source, Open eBook, but there are certain navigational capabilities that I have not found how to duplicate. Specifically when you're reading a Kindle-provided blog, you can skip entire posts by pressing right or left on the stick.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我使用 Stanza 将 Microsoft doc 文件转换为 AZW,并使用 Calibre 修改元数据。 尽管这些工具的文档宣传了完成此任务的方法,但我仍然没有弄清楚如何制作有效的目录。 我也没有成功地包含图像。
当我弄清楚如何做这些事情时,我会回来检查。 (我希望其他人已经回答了你的问题!)
I use Stanza to convert Microsoft doc files to AZW, and Calibre to modify the meta data. I still have not figured out how to make a TOC that works, despite the fact that the docs for these tools advertise ways to accomplish this task. I have also not succeeded in including images.
When I figure out how to do these things, I will check back. (I was hoping someone else had answered your question!)
您可以使用 Kindlegen 创建 .mobi 图书。 它使用 html 创建电子书,支持目录和跳过章节功能
You can create .mobi books using Kindlegen. It uses html to create the ebook with support for TOC and the skip chapter functionality
我正在开发一个 Ruby 库,用于将 HTML 文件打包为 MOBI 文档。
http://github.com/josh/kindler
I'm working on a Ruby library for packaging HTML files as MOBI docs.
http://github.com/josh/kindler
如果您使用 kindlegen,则可以创建一个
.ncx
文件来描述文档结构和目录。 您在manifest
中包含一个item
:并且(这是一个关键位,精明的读者会意识到我忘记做什么)包含
id
spine
元素的toc
属性中的目录:(以上代码片段来自 kindegen 附带的
Sample
文档。链接这些文件的规范可以在Sample/Guide.opf
中找到。)完成此操作后,kindlegen 应该在其输出中包含如下内容:
如果上述所有操作均已成功完成,您应该能够查看 Kindle 导航栏上的“章节”刻度线,并使用左/右按钮从一章跳到另一章。
If you're using kindlegen, you can create a
.ncx
file that describes your document structure and table of contents. You include anitem
in themanifest
:and (this is a key bit, an astute reader will realise what I forgot to do) include the
id
of the table of contents in thetoc
attribute of thespine
element:(The above snippets are from the
Sample
document included with kindegen. Links to specifications for these files can be found inSample/Guide.opf
.)After doing this kindlegen should include in its output something like:
If all of the above has been done successfully, you should be able to see the "chapter" tick marks on the Kindle navigation bar, and use the left/right buttons to skip from chapter to chapter.
如果您有 ePub 文件,只需使用 Calibre 将 Kindle 连接到计算机即可; Calibre 将检测您的 Kindle 并将转换后的 .azw 文件直接发送到您的 Kindle。 请参阅此网站,其中详细介绍了这一点。
如果您没有 ePub 文件,Calibre 将协助您将 .doc 或 .odt 文件转换为 .epub。
If you have an ePub file, using Calibre, simply connect your Kindle to your computer; Calibre will detect your Kindle and send the converted .azw file directly to your Kindle. See this site which describes this in detail.
If you do not have an ePub file, Calibre will assist in converting your .doc or .odt file to .epub.
您绝对需要尝试Calibre。 电子书转换为数十种格式,还有更多功能。 我用它来将文档转换到我的 Kindle 上。 强力推荐。
You definitely need to try Calibre. Ebook conversion to dozens of formats, many more features. I use it to convert documents to my Kindle. Strongly recommended.