perl-PDF-WebKit
perl-PDF-WebKit copied to clipboard
Support multiple args and key value pair args
Some of the command line arguments supported by wkhtmltopdf could be used multiple times (--allow or --cookie) also some arguments require key-value syntax (--cookie and --custom-header). This patch allow users to use argument multiple times by passing an array-ref with values. Also you could provide hash-ref for key-value arguments.