Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 427 Bytes

Versions

  • athenapdf:latest

Usage

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

Credits

athenapdf https://github.com/arachnys/athenapdf