PDF screenshot generator for web pages
$ docker pull xcoo/pdfshot:0.1.2
$ docker run --rm --cap-add=SYS_ADMIN -e "PDFSHOT_PORT=8000" -p 8000:8000 xcoo/pdfshot:0.1.2
$ curl -fsLJO 'localhost:8000/print.pdf?target=https%3A%2F%2Fxcoo.jp&wait_for=%23container'
target (Required)
https://xcoo.jpwait_for (Optional)
#container$ lein cljsbuild once
$ docker build -t xcoo/pdfshot:latest .
$ docker-compose up -d
$ lein cljsbuild once
$ node target/pdfshot.js
Copyright Xcoo, Inc.
Licensed under the Apache License, Version 2.0.
Content type
Image
Digest
sha256:9fbd7c59c…
Size
384.6 MB
Last updated
almost 2 years ago
docker pull xcoo/pdfshot