nabble / web2pdf
Simple script to convert web pages to PDF file using the wkhtmltopdf binary
dev-master
2023-02-07 08:49 UTC
Requires
- h4cc/wkhtmltopdf-amd64: dev-master
- h4cc/wkhtmltopdf-i386: dev-master
- knplabs/knp-snappy: 2.0.x-dev
This package is not auto-updated.
Last update: 2025-03-01 19:47:36 UTC
README
Super simple barebones no-nonsense fast, quick and dirty script to convert web pages to PDF file using the wkhtmltopdf binary
installation
Run composer install
and then make sure the files in vendor/bin
are executable and the log
directory is writable:
composer install
chmod u+x vendor/bin/*
chmod u+x log
You might also need to install additional dependencies with:
sudo apt-get install wkhtmltopdf
usage
Start the development server with:
php -S localhost:8000
Call the script with the required query string parameters url
and filename
, i.e.:
http://localhost:8000/?url=http%3A%2F%2Fwww.google.com&filename=google+homepage