Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gems:
# Google services
vera_google_analytics: UA-64476051-2
preforma_google_analytics: UA-25697327-3
verapdf_version_number: 1.28.2
verapdf_version_number: 1.30.2
2 changes: 1 addition & 1 deletion develop/processor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The main entry point to integrate veraPDF project into another one is to use the
## Example Integration
```java
public static void main(String[] args) {
// Foundry initialising. Can be changed into PDFBox based one
// Foundry initialising.
VeraGreenfieldFoundryProvider.initialise();
// Default validator config
ValidatorConfig validatorConfig = ValidatorFactory.defaultConfig();
Expand Down
27 changes: 9 additions & 18 deletions install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ All versions of the installer are provided as a zip file that contains:
- a bash script that executes the installer on Linux or Mac OS machines,
`vera-install`.

The installer jar file includes the application binary files and supplementary
resources, including:

- Validation Model description;
- test PDF Documents; and
- the veraPDF Validation Profiles.
The installer jar file includes the application binary files.

## Using the veraPDF installer

Expand Down Expand Up @@ -85,11 +80,6 @@ the installation on another computer, see [Automated installation](#autoinstall)

## What's installed where?

Following installation, test PDF Documents can be found in the ‘corpus’ subfolder
below the application installation folder, the Validation Model description is
located in the ‘model’ subfolder, while the Validation Profiles are located in
the ‘profiles’ subfolder.

The implementation of the veraPDF Command line application, Desktop GUI and
other software components are located in ‘bin’ subfolder.

Expand All @@ -109,10 +99,9 @@ A typical example is shown below:
</com.izforge.izpack.panels.target.TargetPanel>
<com.izforge.izpack.panels.packs.PacksPanel id="sdk_pack_select">
<pack index="0" name="veraPDF GUI" selected="true"/>
<pack index="1" name="veraPDF Mac and *nix Scripts" selected="true"/>
<pack index="2" name="veraPDF Validation model" selected="false"/>
<pack index="3" name="veraPDF Documentation" selected="true"/>
<pack index="4" name="veraPDF Sample Plugins" selected="false"/>
<pack index="1" name="veraPDF CLI" selected="true"/>
<pack index="2" name="veraPDF Documentation" selected="true"/>
<pack index="3" name="veraPDF Sample Plugins" selected="false"/>
</com.izforge.izpack.panels.packs.PacksPanel>
<com.izforge.izpack.panels.install.InstallPanel id="install"/>
<com.izforge.izpack.panels.finish.FinishPanel id="finish"/>
Expand All @@ -136,11 +125,13 @@ Installation started
Framework: 5.1.3-84aaf (IzPack)
Platform: linux,version=6.1.27-gentoo-r1-x86_64,arch=x64,symbolicName=null,javaVersion=17.0.8.1
[ Starting to unpack ]
[ Processing package: veraPDF GUI (1/3) ]
[ Processing package: veraPDF GUI (1/4) ]
Cleaning up the target folder ...
[ Processing package: veraPDF CLI (2/4) ]
Cleaning up the target folder ...
[ Processing package: veraPDF Mac and *nix Scripts (2/3) ]
[ Processing package: veraPDF Documentation (3/4) ]
Cleaning up the target folder ...
[ Processing package: veraPDF Documentation (3/3) ]
[ Processing package: veraPDF Sample Plugins (4/4) ]
Cleaning up the target folder ...
[ Unpacking finished ]
Installation finished
Expand Down