Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.78 KB

File metadata and controls

37 lines (28 loc) · 2.78 KB

veraPDF-model

The veraPDF Validation model described using a Domain Specific Language developed in XText.

Build Status Maven Central Codacy Badge

GitHub issues GitHub issues GitHub issues GitHub issues

Licensing

The veraPDF Validation model is dual-licensed, see:

Pre-requisites

In order to generate the model classes you'll need:

If you want to edit and regenerate the model you'll need:

Generating the veraPDF Model

  1. Download the veraPDF-model repository, either: git clone https://github.com/veraPDF/veraPDF-model or download the latest tar archive or zip equivalent from GitHub.
  2. Move to the downloaded project directory, e.g. cd veraPDF-model
  3. Build and install using Maven: mvn clean install