spiritix / php-chrome-html2pdf

A PHP library for converting HTML to PDF using Google Chrome
MIT License
112 stars 29 forks source link

Pass Args to puppeteer #23

Closed henryavila closed 2 months ago

henryavila commented 4 years ago

Hi, as described here https://github.com/puppeteer/puppeteer/issues/2410 I need to pass the arg --font-render-hinting=medium . How can I do this using this package?

spiritix commented 4 years ago

Unfortunately, this is not possible at the moment. Will label this as a feature request.