
: Is ePub3 backward compatible? I am planning to publish a book and I am wondering whether to distribute it as ePub3 or ePub4. My concern being that older eBook readers may still be out there
I am planning to publish a book and I am wondering whether to distribute it as ePub3 or ePub4. My concern being that older eBook readers may still be out there and I do not wish to exclude them. I would prefer ePub3 if the older readers are able to read it.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Jessie

: What software should I use to write books, which can be exported to Lulu and CreateSpace? I currently use PagePlus X6 to typeset books. It has the capability to export to .pdf files and .epub

: A formatting language featuring a syntax that simplifies the formatting of text, creation of hyperlinks, and insertion of images.
1 Comments
Sorted by latest first Latest Oldest Best
I believe you are confusing ePub2.0 vs ePub 3.0. If I recall ePub 4 is for Google only. If you are worried about older devices I would focus on validating your .epub file with a 2.0 validation tool.
To answer your question if its backwards, yes, only if it validates across the board:
Example:
<File>
<Name>foo.epub</Name>
<ValidationReport elapsedTimeInMillis="230">
<Version>3.0.0</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="177">
<Version>1.2.0</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="149">
<Version>1.1.0</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="156">
<Version>1.0.5</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="201">
<Version>1.0.4</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="182">
<Version>1.0.3</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="193">
<Version>1.0.2</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
<ValidationReport elapsedTimeInMillis="208">
<Version>1.0.1</Version>
<Valid>yes</Valid>
<Errors size="0"/>
<Warnings size="0"/>
</ValidationReport>
</File>
The reason is because an .epub file can be accepted by some as a 3.0 valid ePub ONLY and it could still fail the ePub 2.0 validation.
Free books android app tbrJar TBR JAR Read Free books online gutenberg