Embedded Carbone in a Docker image with simple REST API.
docker pull tggreene/carbone-api:3.4.2-1.4.0
Build the image
docker build -t carbone-api .
Run the image
docker run --rm -it --init -p 3030:80 carbone-api
Run a test curl command
cd test
./test.sh
Inspect the generated sample.pdf
Fast, Simple and Powerful report generator in any format PDF, DOCX, XLSX, ODT, PPTX, ODS [, ...]
... using your JSON data as input.
See carbone.io website for full Carbone documentation.