
: How to run EpubCheck on Windows? How to run EpubCheck on Windows and verify ePub erros without uploading to validator.idpf.org?
How to run EpubCheck on Windows and verify ePub erros without uploading to validator.idpf.org?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Deb

: What commands can be given in the Kindle's search box? In this forum thread, a user explains that the Kindle's reading speed algorithm can be reset by typing ";ReadingTimeReset" in the Kindle's
3 Comments
Sorted by latest first Latest Oldest Best
I've too developed a GUI for epubcheck. It's licensed under the GNU AGPLv3 or any later version, written in Java, translated into English and German so far, and it is capable of searching directories recursively for EPUBs. See a demo video and the source code. There's also a precompiled download package available.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
I use a GUI version, that conforms to the standard. It checks all the same places, and the references.
All you would need to do is open the file and drag and drop the EPUB file, you can even verify multiple EPUBs by folder.
The download page at pagina has an English description below the German.
Downloads available for Windows, OSX and Linux.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
First go to github.com/IDPF/epubcheck/releases and download the last version of EpubCheck as zip file. Unzip the folder.
Be sure that you have Java Runtime (1.5 or above) installed, if not go to www.java.com to donwload.
Check if the Path variable is set to the folder where java.exe was installed. If not, go to Control Panel -> System -> Advanced System Settings, tab 'Advanced'. Click on 'Environment Variables...'. Then look for 'Path' on System Variables, click on 'Edit'. To the end of 'Variable Value', add a semicolon and the path to the folder where java.exe was installed.
Put the ePub file in the folder of EpubCheck.
In your console (can be the command prompt cmd), enter cd [path to the folder unziped of epubcheck]. Then run java -jar epubcheck-x.x.x.jar file.epub, where x.x.x is the version of the EpubCheck and file.epub is the ePub file.
The console should print the errors and warnings related to your ePub file.
Free books android app tbrJar TBR JAR Read Free books online gutenberg