jogu

Send HTML …

curl -o out.pdf -X POST http://localhost:8080/api/pdf -d '<h1>Hello this is a test</h1><img src="http://www2.sotong.io/static/tintin.jpg"><a href="https://github.com/u1i/jogu">generated by jogu</a>'

… and get a PDF!

Run with Docker

docker run -d -p 8080:8080 u1ih/jogu:latest

Dockerhub

Use the API

API Documentation Swagger File

Acknowledgements

This API is using the wkhtmltopdf library and a base docker image built by Sebastian Beuke