Tools, FAQ, Tutorials:
What Is EPUB File Structure
What Is the EPUB file structure?
✍: FYIcenter.com
An EPUB file is actually a ZIP archive file that contains
the following types of files in sub-folders:
Here is a list of files and sub-folders in a very simple EPUB file:
|-- mimetype
|-- package.opf
|-- content.xhtml
|-- navigation.xhtml
|-- META-INF
|-- container.xml
EPUB specification is developed by the W3C EPUB 3 Community Group. Here is a list of EPUB versions and their release dates:
Version Release Date ---------- ------------ EPUB 3.3 Draft EPUB 3.2 May 8, 2019 EPUB 3.1 Jan 25, 2017 EPUB 3.0.1 2014 EPUB 3.0 Oct 11, 2011 EPUB 2.0 2007
2022-07-26, ∼2062🔥, 0💬
Popular Posts:
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...