Skip to content

chris-garrett/docker-athenapdf-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "file=@test.html;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

About

Extending the athenapdf-service image by adding ms fonts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published