You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf
Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.
This is just a Dompdf wrapper!
I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf
Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters/images/html etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.
you need to know that css3 properties not supported in the dompdf , so i text-shadow is belongs to css3 it will not work, try to change the config dompdf for allowing warnings so it can show you the problem
h1> style="color:#0170FE; padding: 0px; margin: 0px; text-shadow: 1px 2px 3px #b4c1ff; font-size: 50px; font-weight: bold;">
ENERGY</h1
The text was updated successfully, but these errors were encountered: