EpubCheck

A Java-based validation tool for EPUB files
Download

EpubCheck Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Publisher Name:
  • EpubCheck Team
  • Publisher web site:
  • http://code.google.com/u/113904523520980440184/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 3.4 MB

EpubCheck Tags


EpubCheck Description

EpubCheck is an open-source and java-based tool to validate IDPF Epub files. EpubCheck is able to 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, installed as a web application or used as a library.Running:To run the tool you need Java Runtime (1.5 or above). Any OS should do. Runit from the command line: java -jar epubcheck-x.x.x.jar file.epubAll detected errors are simply printed to stderr. Using as a Library:You can also use EpubCheck as a library in your Java application. EpubCheck public interfaces can be found in com.adobe.epubcheck.api package. EpubCheck class can be used to instantiate a validation engine. Use one of its constructors and then call validate() method. Report is an interface that you can implement to get a list of the errors and warnings reported by the validation engine (instead of the error list being printed out).EpubCheck is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).


EpubCheck Related Software