Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 802 Bytes

PDFTron PHP Docker

Docker image for using PDFTron for PHP.

Images

Compiled with PDFTron 8.1.0.

Notice: No support for PHP8 in SWIG yet

How to use PDFTron in PHP

Please see Example folder. PDFTron for PHP is generated with SWIG.

How to build

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