Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

wkhtmltopdf Docker Image

This repo will build the wkhtmltopdf program in a docker image. You can build this image using the following docker command.

docker build --platform="linux/amd64" -t=pdfbuilder https://github.com/jackstine/html-pdf-builder.git#main

Use the following command to run the pdfbuilder image, and a mounted point to export the generated files. Here is an example.

docker run -v ./:/output pdfbuilder google.com /output/kk.pdf`

Ubuntu Versioning

The Version of Ubuntu is set so that wkhtmltopdf will work. There is a dependency in wkhtmltopdf that requires libssl1.1 which is no longer in current versions of ubtuntu.

About

This is a docker repo for building the wkhtmltopdf package.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages