Read more about:
The validator validates Open Document Format documents of all formats. It supports all versions at time of writing, from v1.0 to v1.4.
You may read more about the technical details of the validation checks here.
Download the latest version of the validator. The latest builds can be found on the GitHub releases page. The software is available in four packages, a JAR file that requires a Java JRE v11 or greater, or platform specific executables for Windows, MacOS and Linux.
Simply download the appropriate package, make it executable and run it from the command line.
To run the software you’ll need a Java 11 JRE or newer. To build the software you’ll need a Java 11 JDK or newer Maven 3.4 or higher.
Clone this GitHub repository and move into the directory:
git clone https://github.com/opf-labs/odf-validator.git
cd odf-validator
Now use Maven to build, test and package the software:
mvn clean package
You can now use the accompanying shell script to run the software, for Windows user there is a batch file:
./odf-validator.bat --help
For Linux and MacOS users use the shell file:
./odf-validator --help