DOC

org.daisy : epubcheck

Maven & Gradle

Nov 30, 2016
1.3k stars

EpubCheck :: Validation Tool for EPUB · EpubCheck is a tool to validate IDPF EPUB files. It can 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 Java server-side web application or used as a Java library.

Table Of Contents

Latest Version

Download org.daisy : epubcheck Javadoc & API Documentation - Latest Versions:

All Versions

Download org.daisy : epubcheck Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file epubcheck-4.0.2-a11y-1-javadoc.jar to epubcheck-4.0.2-a11y-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder epubcheck-4.0.2-a11y-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "epubcheck-4.0.2-a11y-1-sources.jar" -d "epubcheck-4.0.2-a11y-1-javadoc" -subpackages 

Advertisement