Tools, FAQ, Tutorials:
Hello-3.1.epub - "mimtype" File
How to create the "mimetype" file of an EPUB 3.1 book?
✍: FYIcenter.com
The "mimetype" file of an EPUB 3.1 book is a required file
in the book ZIP container.
It specifies the mimetype of an EPUB 3.1 book file.
Here is the requirement on the "mimetype" file:
1. The "mimetype" file must be named as "mimetype".
2. The "mimetype" file must have 1 line of text list below:
application/epub+zip
3. The "mimetype" file must be placed in the root directory of the EPUB 3.1 book ZIP container.
You can create the "mimetype" file with any text editor.
Download Hello-3.1.epub, and unzip it. You see an example of "mimetype" in the root directory.
⇒ Hello-3.1.epub - "container.xml" File
⇐ Minimum Requirement of EPUB 3.1 File
2018-06-27, ∼3311🔥, 0💬
Popular Posts:
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...