🇳🇵Nepal sudarshanhang@gmail.com Lalitpur
sudarshanhang@gmail.com → created an issue.
🇳🇵Nepal sudarshanhang@gmail.com Lalitpur
he error you encountered, "Deprecated function: htmlspecialchars_decode(): Passing null to parameter #1 ($string) of type string is deprecated," occurs because the htmlspecialchars_decode function expects a string, and null is being passed to it. This behavior is now deprecated in PHP 8.1+.
To resolve this issue, you need to ensure that $text is always a string before calling htmlspecialchars_decode. You can add a type check or cast $text to a string in the filter method.
Patch attached.
🇳🇵Nepal sudarshanhang@gmail.com Lalitpur
Does FillPDF supports ".tiff" image format? I am getting errors on ".tiff" image formats but works for other formats.