Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 200 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 200 Bytes

html2pdf server

boot server

sudo docker run -it --rm -p 80:80 shouldbee/html2pdf

client

curl http://localhost/?url=http://www.google.com/ | base64 -d > google.pdf