Dompdf 잘 아시는 분 계세요?
본문
https://www.webslesson.info/2016/06/insert-checkbox-values-using-ajax-jquery-in-php.html
위 링크 참조해 Dompdf 공부해보고 있는데, 한글은 인코딩 에러나더라구요.
그래서, NanumGothic 폰트 설정했더니,
헤드제목(예: <h1> ~ <h6>, <th>) 관련된 것들은 한글이 깨지더라구요.
나머지 태그 (예: <p>, <div> <span> <td>) 등은 한글이 잘 나옵니다.
한글이 다 안 되던가, 되려면 다 된던가 해야 하는데.....
이거 왜 이러는 걸까요?
PS. 나눔 폰트 적용
[HTML]
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
[CSS]
@font-face{
font-family:'NanumGothic';
font-style: normal;
src: url('./dompdf/vendor/dompdf/dompdf/lib/fonts/NanumGothic.ttf');
//src: url("{{ public_path('font/NanumGothic.ttf') }}");
}
body {font-family: 'NanumGothic';}
답변 1
링크가 https://www.webslesson.info/2017/04/convert-html-to-pdf-in-php-using-dompdf.html
이것이 맞는 것 같은데...
다 해 보셨겠지만 그래도 구글 검색으로
한글에서 답이 없다면,
중국폰트로 검색도 추천드립니다.
https://stackoverflow.com/questions/28435198/dompdf-generation-for-chinese-characters