Skip to content

PostgreSQL implementation of Convert HTML to PDF using Webkit (QtWebKit).

License

Notifications You must be signed in to change notification settings

RekGRpth/pg_wkhtmltopdf

Repository files navigation

PostgreSQL implementation of Convert HTML to PDF using Webkit (QtWebKit).

select wkhtmltopdf_set_object_setting('page', 'https://github.com');
copy (
    select wkhtmltopdf_convert()
) to '/var/lib/postgresql/wkhtmltopdf.pdf' WITH (FORMAT binary, HEADER false)

About

PostgreSQL implementation of Convert HTML to PDF using Webkit (QtWebKit).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published