Skip to content

A Docker container with wkhtmltopdf on top of Debian:jessie

Notifications You must be signed in to change notification settings

cs2github/docker-wkhtmltopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wkhtmltopdf Docker container

A Docker container with wkhtmltopdf on top of Debian:jessie

Debian 8 (Jessie)

wkhtmltopdf 0.12.4 (with patched qt)

Usage

docker run -d \
  --volume /tmp/wkhtmltopdf:/tmp/wkhtmltopdf
  --name cs2wkhtmltopdf \
  cs2ag/wkhtmltopdf

Generate PDF

To generate a PDF, execute wkhtmltopdf inside docker container.

docker container exec cs2wkhtmltopdf wkhtmltopdf "https://www.google.com/" /tmp/wkhtmltopdf/file.pdf

Volumes

Mount a host directory into the container. The generated PDF files will be saved into this directory

Author


About

A Docker container with wkhtmltopdf on top of Debian:jessie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages