Skip to content

Docker image. veraPDF software will validate all PDF/A parts & conformance levels. Users can define further checks in order to enforce institutional policy.

Notifications You must be signed in to change notification settings

pdfix/action-validate-pdf-verapdf-docker

Repository files navigation

veraPDF Validation

This Docker image includes the veraPDF software that validates all PDF/A and PDF/UA parts & conformance levels. Users can define further checks in order to enforce institutional policy.

Table of Contents

Getting Started

To use this Docker application, you will need to have Docker installed on your system. If Docker is not installed, please follow the instructions on the official Docker website to install it.

Run using Command Line Interface

To run the Docker container as a CLI, you need to share the folder with the PDF files you wish to validate using the -v parameter. In this example, the current folder is used.

The first run will pull the docker image, which may take some time. Make your own image for more advanced use.

docker run -v $(pwd):/data --rm -w /data/ pdfix/validation:latest validate -i <input>.pdf

Output as HTML

docker run -v $(pwd):/data --rm -w /data/ pdfix/validation:latest validate -i <input>.pdf -o index.html --format html

For more detailed information about the available command-line arguments, you can run the following command:

docker run --rm pdfix/validation:latest --help

Exporting Configuration for Integration

To export the configuration JSON file, use the following command:

docker run -v $(pwd):/data --rm pdfix/validation:latest config -o config.json

License

Help & Support

To obtain a PDFix SDK license or report an issue please contact us at [email protected]. For more information visit https://pdfix.net

About

Docker image. veraPDF software will validate all PDF/A parts & conformance levels. Users can define further checks in order to enforce institutional policy.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •