- athenapdf:latest
Run the athena service
docker run --rm -it -p 7080:8080 chrisgarrett/athenapdf-service
Test pdf generation using curl:
curl \
-X POST \
--form "[email protected];filename=test.html" \
--header "authorization:arachnys-weaver" \
"http://localhost:7080/convert?auth=arachnys-weaver&ext=html" \
> test.pdf
athenapdf https://github.com/arachnys/athenapdf