pontedilana / php-weasyprint

PHP library allowing PDF generation or snapshot from an URL or an HTML page. Wrapper for Kozea/WeasyPrint
MIT License
52 stars 11 forks source link

Stylesheets not able to be an array fix #4

Closed hxrriet02 closed 1 year ago

hxrriet02 commented 2 years ago

When trying to add stylesheets to the PDF document, I got an error as the isFile method only allowed strings. Adding an is_string check fixed this issue.