Tools, FAQ, Tutorials:
Hello-3.0.epub - "mimtype" File
How to create the "mimetype" file of an EPUB 3.0 book?
✍: FYIcenter.com
The "mimetype" file of an EPUB 3.0 book is a required file
in the book ZIP container.
It specifies the mimetype of an EPUB 3.0 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.0 book ZIP container.
You can create the "mimetype" file with any text editor.
Download Hello-3.0.epub, and unzip it. You see an example of "mimetype" in the root directory.
⇒ Hello-3.0.epub - "container.xml" File
⇐ Minimum Requirement of EPUB 3.0 File
2018-11-29, 2496🔥, 0💬
Popular Posts:
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...