I cant understand why the font color in DOMPDF is bolder than normal.
Image comparing HTML to DOMPDF:
Thanks for the help.
I cant understand why the font color in DOMPDF is bolder than normal.
Image comparing HTML to DOMPDF:
Thanks for the help.
As BrianS said, the cause for the problem is PNG 8 bit.
I made a function which converts all PNGs to JPGs and that solved the problem.
This is good if you don't which format it is > PNG or JPG.
Thanks BrianS.