DOMPDF text is bolder than normal

痴心易碎 提交于 2019-12-13 07:59:09

问题


I cant understand why the font color in DOMPDF is bolder than normal.

jsfiddle with the html

Image comparing HTML to DOMPDF:

Thanks for the help.


回答1:


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.



来源:https://stackoverflow.com/questions/11652821/dompdf-text-is-bolder-than-normal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!