this is an API that can be used to generate a PDF from a source file.
install packages
yarn
run server
yarn start
run docker-compose
docker-compose up -d
server will start on port 3000
.
You then will be able to make a POST
request to localhost:3000
with HTML data and the response will generate a PDF for you.