Tools, FAQ, Tutorials:
Hello-2.0.epub Validation by EpubCheck
How to validate an EPUB 2.0.1 file with EpubCheck 4.0.2?
✍: FYIcenter.com
If you want to validate an EPUB 2.0.1 book file, you can try this command:
C:\fyicenter> java -jar epubcheck-4.0.2\epubcheck.jar Hello-2.0.epub Validating using EPUB version 2.0.1 rules. No errors or warnings detected. epubcheck completed
So our simple EPUB 2.0.1 book, Hello-2.0.epub, is valid.
⇒ Hello-2.0.epub Displayed in Calibre
⇐ Hello-2.0.epub Created with WinRAR
2021-04-15, 1798👍, 0💬
Popular Posts:
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...