in reply to Re: Using PDF::WebKit
in thread Using PDF::WebKit

Ok, here is the answer: The configure subroutine should have a line that looks like this:

$_->wkhtmltopdf('c:\\Program Files (x86)\\wkhtmltopdf\\wkhtmltopdf.exe');

The last wkhtmltopdf.exe was left off. The documentation says path/to/wkhtmltopdf and I didn't include the actual executable name. Oops. Thanks for all the suggestions.