veraPDF Model Syntax

PDF/A Validation model DSL defined in Xtext with Eclipse support.

License

License

Categories

Categories

PDF Data
GroupId

GroupId

org.verapdf
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.18.3
Release Date

Release Date

Type

Type

pom
Description

Description

veraPDF Model Syntax
PDF/A Validation model DSL defined in Xtext with Eclipse support.
Project URL

Project URL

https://github.com/veraPDF/veraPDF-model-syntax/
Project Organization

Project Organization

The veraPDF Consortium
Source Code Management

Source Code Management

https://github.com/veraPDF/veraPDF-model-syntax/

Download parent

Filename Size
parent-1.18.3.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.verapdf/parent/ -->
<dependency>
    <groupId>org.verapdf</groupId>
    <artifactId>parent</artifactId>
    <version>1.18.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.verapdf/parent/
implementation 'org.verapdf:parent:1.18.3'
// https://jarcasting.com/artifacts/org.verapdf/parent/
implementation ("org.verapdf:parent:1.18.3")
'org.verapdf:parent:pom:1.18.3'
<dependency org="org.verapdf" name="parent" rev="1.18.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.verapdf', module='parent', version='1.18.3')
)
libraryDependencies += "org.verapdf" % "parent" % "1.18.3"
[org.verapdf/parent "1.18.3"]

Dependencies

test (1)

Group / Artifact Type Version
org.codehaus.sonar-plugins.java : sonar-jacoco-listeners jar 3.2

Project Modules

  • ../org.verapdf
  • ../org.verapdf.ui
  • ../org.verapdf.tests
  • ../org.verapdf.sdk

veraPDF-model-syntax

This project provides domain specific language support for the veraPDF PDF/A validation model. The DSL is developed with Xtext including spell checking, word completion, syntax colouring and generation of Java interfaces from the model.

CI Status

Travis: Build Status

Jenkins: Build Status

Pre-requisites

In order to make use of the DSL support you'll require

Installation of DSL Support in Eclipse

To get veraPDF-model support in Eclipse :

  1. Download the veraPDF-model-syntax repository, either cloning via Git git clone https://github.com/veraPDF/veraPDF-model-syntax or downloading the latest zip archive from GitHub.

  2. Copy the plugins from veraPDF-model-syntax/eclipse_plugins to {eclipse_directory}/plugins.

  3. Restart Eclipse.

Your Eclipse installation should now support {formal_syntax_name} with syntax checking and colouring, auto-completion, and generation of Java interfaces from the model classes (should have .mdl extension).

Importing the veraPDF Validation Model

To begin working with the veraPDF model:

  1. Download the veraPDF-model repository, either cloning via Git git clone https://github.com/veraPDF/veraPDF-model or downloading the latest zip archive from GitHub.

  2. Launch Eclipse and import the model into your Eclipse workspace: File -> Import... -> General -> Existing Projects into Workspace.

The model classes are placed in src/main/java.

org.verapdf

veraPDF

Open source industry supported PDF/A validation maintained by the Open Preservation Foundation

Versions

Version
1.18.3
1.18.2
1.16.1
1.0.3