Skip to content

veraPDF/veraPDF-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veraPDF-parser

Greenfield PDF parser developed for veraPDF

Build Status Maven Central CodeCov Coverage Codacy Badge

GitHub issues GitHub issues GitHub issues GitHub issues

Licensing

The veraPDF Parser is dual-licensed, see:

Documentation

See the veraPDF documentation site.

Quick Start

Pre-requisites

In order to build the parser you'll need:

Building the veraPDF Parser

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