perl-PDF-WebKit icon indicating copy to clipboard operation
perl-PDF-WebKit copied to clipboard

Support multiple args and key value pair args

Open dmitry-kasimovskiy-visma opened this issue 4 years ago • 0 comments

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.