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, 1086👍, 0💬
Popular Posts:
Where to find tutorials on introduction of EPUB 2.0.1 Specification? Here is a list of tutorials to ...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
Where to find tutorials on how to Read and Write Files in PHP? A collection of tutorials to answer m...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...