pdf2Data Containerized Editor
For iText pdf2Data 3.1.0 onward, the Template Editor is available also as a Docker image. This makes deployment of the editor easier and doesn't require any preinstalled software except Docker.
Prerequisites
- Install and configure Docker on your system.
Installation guide
Pull docker image:
docker pull itext/pdf2data-editor
Once you’ve pulled down the image you want, you can make sure it’s there with the command:
docker images
Run docker container:
docker run --name <containerName> -d -p <port> <imageName>