Docker image for using PDFTron for PHP.
Compiled with PDFTron 8.1.0.
Notice: No support for PHP8 in SWIG yet
Please see Example folder. PDFTron for PHP is generated with SWIG.
If you want to customize it, then pull down the repo and build it:
cd 8.0
docker build --no-cache -t viezel/pdftron-php8.0:8.1.0 -f Dockerfile . --no-cache
docker push viezel/pdftron-php8.0:8.1.0