Tools, FAQ, Tutorials:
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?
✍: FYIcenter.com
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 to validate it with EpubCheck 4.0.2. You will get:
C:\fyicenter> java -jar epubcheck-4.0.2\epubcheck.jar Hello-3.1.epub ERROR(OPF-001): Hello-3.1.epub/package.opf(-1,-1): There was an error when parsing the EPUB version: Version not supported. Check finished with errors epubcheck completed
You need to wait for a newer version of EpubCheck to validate EPUB 3.1 books.
⇒ EpubCheck 4.0.2 Command Options
⇐ Validate EPUB 3.0 Book with EpubCheck
2018-06-06, ∼2534🔥, 0💬
Popular Posts:
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...