<< < 4 5 6 7 8 9 10 >   Sort: Rank

EPUB not Supported on Kindle for PC
Can I open and read EPUB books with Kindle for PC? No. You can not I open and read EPUB books with Kindle for PC? Amazon does not want Kindle for PC to support EPUB file format. If you have EPUB books and want to read them in Kindle devices, you have to use a software tool like "Calibre" to convert ...
2018-07-13, 1124🔥, 0💬

What Is EPUB 3.1 Specification
What Is EPUB 3.1 Specification? EPUB 3.1 Specification is the 3.1 version of EPUB specification. EPUB 3.1 Specification was developed pursuant to a charter approved by the IDPF Membership in July, 2015, and approved by the IDPF membership as a final Recommended Specification effective January 5, 201...
2018-06-27, 2030🔥, 0💬

Hello-3.1.epub - "mimtype" File
How to create the "mimetype" file of an EPUB 3.1 book? 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 ...
2018-06-27, 1934🔥, 0💬

Introduction of EPUB 3.1 Specification
Where to find tutorials on introduction of EPUB 3.1 Specification? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on introduction of EPUB 3.1 Specification. What Is EPUB 3.1 Specification Minimum Requirement of EPUB 3.1 File Hello-3.1.epub - "mim...
2018-06-27, 1828🔥, 0💬

Minimum Requirement of EPUB 3.1 File
What Is the minimum requirement of an EPUB 3.1 file? If you want to build an EPUB file that meets the minimum requirements of EPUB 3.1 specification, you need to prepare the following: 1. A text file called "mimetype" with one line listed below. It specifies the mimetype of an EPUB 3.1 book file. ap...
2018-06-27, 1793🔥, 0💬

Simple EPUB Reader Failed on EPUB 2.0
Why Simple EPUB Reader is not able to wrap content into pages on "The Metamorphosis" EPUB 2.0 book? Simple EPUB Reader does not support all features of the EPUB 2.0 specification. For example: 1. Run "Simple EPUB Reader" and open "The Metamorphosis" EPUB book. 2. Turn to "CHAPTER I". You see the con...
2018-06-27, 1718🔥, 0💬

Validate EPUB 3.0 Book with EpubCheck
How to validate EPUB 3.0 book with EpubCheck? You can follow this tutorial to validate EPUB 3.0 books with EpubCheck. 1. Download this EPUB 3.0 book file, Hello-3.0.epub . 2. Make sure EpubCheck is installed in \fyicenter\epubcheck, as shown in the previous tutorial. 3. Run "java" command to with th...
2018-06-06, 2618🔥, 0💬

What Is epubcheck.jar
What Is epubcheck.jar? epubcheck.jar is a Java program that allows you to validate an EPUB file. It can detect many types of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal reference consistency are checked. EpubCheck can be run as a standalone command-line tool or used as...
2018-06-06, 2508🔥, 0💬

EPUB Validator - epubcheck.jar
Where to find tutorials on EPUB Validator - epubcheck.jar? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on EPUB Validator - epubcheck.jar. What Is epubcheck.jar Validate EPUB 3.0 Book with EpubCheck Validate EPUB 3.1 Book with EpubCheck 4.0.2 E...
2018-06-06, 2253🔥, 0💬

Validate EPUB 3.1 Book with EpubCheck 4.0.2
Why I am getting error when validating EPUB 3.1 book with EpubCheck 4.0.2? EpubCheck 4.0.2 does not support EPUB 3.1 books. If you try to validate an EPUB 3.1 book file, you will get the "Version not supported" error. For example, you can download this EPUB 3.1 book file, Hello-3.1.epub . Then try t...
2018-06-06, 2037🔥, 0💬

EpubCheck 4.0.2 Command Options
What are command options are supported by EpubCheck 4.0.2? You can get a list of command options by running the EpubCheck 4.0.2 help command: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --help EpubCheck v4.0.2 When running this tool, the first argument should be the name (with the p...
2018-06-06, 1963🔥, 0💬

EPUB 3.0 Package Metadata
Where to find tutorials on EPUB 3.0 Package Metadata? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on EPUB 3.0 Package Metadata. What Is EPUB 3.0 Package Metadata EPUB 3.0 Metadata - dc:identifier Element EPUB 3.0 Metadata - dc:title Element EP...
2018-06-01, 2117🔥, 0💬

EPUB 3.0 Metadata - dc:identifier Element
What is EPUB 3.0 Metadata "dc:identifier" Element? EPUB 3.0 Metadata "dc:identifier" is a required metadata element to specify a code that uniquely identifies the EPUB 3.0 book. To use "dc:identifier" properly, you need to meet the following two requirements: 1. &lt;package unique-identifier="bo...
2018-06-01, 1926🔥, 0💬

EpubCheck 4.0.2 --usage Option
What is EpubCheck 4.0.2 "--usage" Option? EpubCheck 4.0.2 "--usage" option provides you suggested usages of additional EPUB features. You can try it on Hello-3.0.epub: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --usage Hello-3.0.epub Validating using EPUB version 3.0.1 rules. USAGE...
2018-06-01, 1886🔥, 0💬

EpubCheck 4.0.2 --out Option
What is EpubCheck 4.0.2 "--out" Option? EpubCheck 4.0.2 "--out" option allows you to generate an XML output file containing all properties of the EPUB book. You can try it on Hello-3.0.epub: C:\fyicenter&gt; java -jar epubcheck-4.0.2\epubcheck.jar --out Hello.xml Hello-3.0.epub No errors or warn...
2018-06-01, 1750🔥, 0💬

What Is EPUB 3.0 Package Metadata
What Is EPUB 3.0 Package Metadata EPUB 3.0 Package Metadata encapsulates meta information of the EPUB 3.0 book. Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 3.0 package file like package.opf: &lt;...
2018-06-01, 1670🔥, 0💬

EPUB 3.0 Metadata - dc:publisher and dc:rights Elements
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" and "dc:rights" are optional metadata elements to specify the publisher and the rights statement of the EPUB 3.0 book. For example, the following two elements specify that this EPUB book was published...
2018-05-19, 3308🔥, 0💬

EPUB 3.0 Metadata - dcterms:modified Property
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a required metadata property to specify the timestamp of when the EPUB 3.0 book was last modified. The "dcterms:modified" property must be specified in a "meta" element as shown below: &lt;meta propert...
2018-05-19, 2848🔥, 0💬

EPUB 3.0 Metadata - dc:language Element
What is EPUB 3.0 Metadata "dc:language" Element? EPUB 3.0 Metadata "dc:language" is a required metadata element to specify the primary language of the EPUB 3.0 book. When using "dc:language" metadata element, you should the an ISO 639 language code to specify the language. For example, the following...
2018-05-19, 1941🔥, 0💬

EPUB 3.0 Metadata - dc:creator and dc:contributor Elements
What is EPUB 3.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 3.0 Metadata "dc:creator" and "dc:contributor" are optional metadata elements to specify authors and contributors of the EPUB 3.0 book. For example, the following two elements specify the author and the illustrator of the boo...
2018-05-19, 1907🔥, 0💬

EPUB 3.0 Metadata - dc:title Element
What is EPUB 3.0 Metadata "dc:title" Element? EPUB 3.0 Metadata "dc:title" specify a title for the EPUB 3.0 book. For each EPUB 3.0 book, you must specify at least one "dc:title" metadata element. If you want to specify multiple "dc:title" metadata elements, you should provide an extra "meta" elemen...
2018-05-19, 1878🔥, 0💬

View EPUB 3.0 Metadata List with Calibre
How to see more EPUB 3.0 metadata list with Calibre? You can follow this tutorial to view EPUB 3.0 metadata list with Calibre. 1. Click Row-Your-Boat-3.0.epub to download this sample EPUB 3.0 book. 2. Add Row-Your-Boat-3.0.epub to Calibre book library. You see some EPUB 3.0 metadata displayed below ...
2018-04-28, 2144🔥, 0💬

EPUB 3.0 Metadata - dc:subject Element
What is EPUB 3.0 Metadata "dc:subject" Element? EPUB 3.0 Metadata "dc:subject" is an optional metadata element to specify the subject category of the EPUB 3.0 book. When using "dc:subject" metadata element, you should follow an industry standard like: BISAC (Book Industry Standards And Communication...
2018-04-28, 2037🔥, 0💬

EPUB 3.0 Metadata - dc:description Element
What is EPUB 3.0 Metadata "dc:description" Element? EPUB 3.0 Metadata "dc:description" is an optional metadata element to specify a long description of the EPUB 3.0 book. Here is a good example of a "dc:description" metadata element &lt;dc:description&gt; "Row,Row, Row Your Boat" is a popula...
2018-04-28, 1993🔥, 0💬

<< < 4 5 6 7 8 9 10 >   Sort: Rank