The Docker image uses wkhtmltopdf tool for converting HTML and CSS files to PDF files.
To build a page.pdf from page.html file run the following command:
docker run --rm -v $(pwd)/path_to_folder:/home/document mjalas/wkhtmltopdf /bin/bash - "wkhtmltopdf page.html page.pdf"
Content type
Image
Digest
Size
156 MB
Last updated
over 9 years ago
docker pull mjalas/wkhtmltopdf