NAME
WKHTMLTOPDF - Perl interface to the wkhtmltopdf program for producing PDF-Files from HTML-Content.
SYNOPSIS
use WKHTMLTOPDF;
my $pdf = new WKHTMLTOPDF;
$pdf->_input_file('teste.html');
$pdf->_output_file('teste.pdf');
$pdf->grayscale(1);
$pdf->generate;
DESCRIPTION
Please, visit http://code.google.com/p/wkhtmltopdf/
AUTHOR
Thiago Rondon <thiago@aware.com.br>
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.