.epub
Document
EPUB(电子出版物)
EPUB 是可重排电子书的开放标准,被 Apple Books、Kobo 和除 Kindle 外的大多数电子阅读器使用。它能根据屏幕大小自适应调整文本,支持嵌入字体、图像、音频、视频和基于 HTML 与 CSS 的交互式内容。
MIME 类型
application/epub+zip
类型
二进制
压缩
无损
优点
- + Reflowable text adapts to any screen size and font preference
- + Open standard supported by most e-readers and reading apps
- + Supports accessibility features like text-to-speech and screen readers
- + EPUB 3 enables rich media, interactive content, and MathML
缺点
- − Amazon Kindle requires conversion from EPUB to KF8/MOBI
- − Fixed-layout EPUB is more complex to create than reflowable
- − Advanced interactivity support varies across reading systems
何时使用 .EPUB
将 EPUB 用于电子书、数字杂志以及任何设计用于在电子阅读器、平板电脑和手机上阅读的长篇内容。
技术细节
EPUB 文件是一个 ZIP 压缩包,包含 XHTML 内容文件、CSS 样式表、OPF 包文件(元数据和书脊)以及导航文档。mimetype 文件必须是 ZIP 中的第一个条目。
历史
EPUB 由国际数字出版论坛 (IDPF) 于 2007 年创建,作为 Open eBook 格式的后继者。基于 HTML5 和 CSS3 的 EPUB 3 于 2011 年发布,现由 W3C 维护。