README.md
January 29, 2022 ยท View on GitHub
PostgreSQL implementation of Convert HTML to PDF using Webkit (QtWebKit).
Use of the extension
select wkhtmltopdf_set_object_setting('page', 'https://github.com');
copy (
select wkhtmltopdf_convert()
) to '/var/lib/postgresql/wkhtmltopdf.pdf' WITH (FORMAT binary, HEADER false)