NAME
WKHTMLTOX::XS - Perl Wrapper for WKHTMLTOX; HTML to PDF and Image.
SYNOPSIS
use WKHTMLTOX::XS qw(generate_pdf);
generate_pdf(
{ out => 'google.pdf'},
{ page => 'http://www.google.com'});
DESCRIPTION
Generate PDF and Images from HTML using WKHTMLTOX.
CONTRIBUTE
<https://github.com/KurtWagner/perl-wkhtmltox>
SEE ALSO
For PDF and image global and object settings/options, please see http://wkhtmltopdf.org/libwkhtmltox/pagesettings.html.
AUTHOR
Kurt Wagner, <kurt.wagner@affinitylive.com>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Kurt Wagner. The file is licensed under the terms of the GNU Lesser General Public License 3.0. See <http://www.gnu.org/licenses/lgpl-3.0.html>.