A docker server with Swagger API implemented to convert HTML code to a PDF document.
use "docker run -d --restart unless-stopped nyffels/html-to-pdf" to start the server.
Possible environment variables are:
- CODE = The api key that can be used, if left empty, the server will generate a different one on every startup.
- PORT = The port that the application has to use.
For the swagger documentation go to http:///documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.