perl-PDF-WebKit
perl-PDF-WebKit copied to clipboard
Convert HTML to PDF using WebKit (wkhtmltopdf)
Results
2
perl-PDF-WebKit issues
Sort by
recently updated
recently updated
newest added
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...
Some of the command line arguments supported by wkhtmltopdf requires more than one value (like --cookie and --custom-header). This patch allow users to specify multiple values by passing a array-ref.