spiritix / php-chrome-html2pdf

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

Bug: Parameter type mismatch in Converter #75

Closed rberneder closed 2 months ago

rberneder commented 2 months ago

The constructor of the Converter class declares the $launch_args to be of type array (see here), but the subsequent method setLaunchOptions expects the variable to be of type object (see here).

Thus the $launch_args are not usable when instancing a Converter.

spiritix commented 2 months ago

WIll be fixed in todays release