Skip to content
/ pdfshot Public
forked from xcoo/pdfshot

PDF screenshot generator for web pages

License

Notifications You must be signed in to change notification settings

k-kom/pdfshot

This branch is 3 commits behind xcoo/pdfshot:master.

Repository files navigation

pdfshot

build DockerHub

PDF screenshot generator for web pages

Run pdfshot

$ docker pull xcoo/pdfshot:0.1.7
$ docker run --rm \
             --cap-add=SYS_ADMIN \
             -e "PDFSHOT_PORT=8000" \
             -e "PDFSHOT_TIMEOUT=60000" \
             -p 8000:8000 \
             xcoo/pdfshot:0.1.7

Usage

$ curl -fsLJO 'localhost:8000/print.pdf?target=https%3A%2F%2Fxcoo.jp&wait_for=%23container'
  • target (Required)
    • The URL for which you want to get the screenshot.
    • https://xcoo.jp
  • wait_for (Optional)
    • Wait for the screenshot until the selector you specified appears on the page.
    • #container

Build Requirements

  • Leiningen

Build Docker image

$ docker build -t xcoo/pdfshot:latest .
$ docker-compose up -d

Local execution

$ lein cljsbuild once
$ node target/pdfshot.js

License

Copyright Xcoo, Inc.

Licensed under the Apache License, Version 2.0.

About

PDF screenshot generator for web pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 73.9%
  • Dockerfile 26.1%