Tools, FAQ, Tutorials:
Hello-2.0.epub - "mimtype" File
How to create the "mimetype" file of an EPUB 2.0.1 book?
✍: FYIcenter.com
The "mimetype" file of an EPUB 2.0.1 book is a required file
in the book ZIP container.
It specifies the mimetype of an EPUB 2.0.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 2.0.1 book ZIP container.
4. The "mimetype" file must be stored in the EPUB 2.0.1 book ZIP container without compression.
You can create the "mimetype" file with any text editor.
Download Hello-2.0.epub, and unzip it. You see an example of "mimetype" in the root directory.
⇒ Hello-2.0.epub - "container.xml" File
⇐ Minimum Requirement of EPUB 2.0.1 File
2023-05-09, ∼2312🔥, 0💬
Popular Posts:
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
What Is session_register() in PHP? session_register() is old function that registers global variable...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...