1 07 2016
JDK1.5 + ireport 3.7.6 한글처리
1.JDK 1.5 일경우 최대 3.* 버젼을 사용해야하는 데
한글처리시 – 해당폰트를 Windows/font 에 복사한다.
2.Jaspersoft iReport Designer 3.7.6에서는 해당 폰트이름으로 하고
PDF에서는 사용하는 Font를 classes 및에 fonts라는 폴더 밑에 두고
예로
-윤명조340이라고 하면
Font Name : – 윤명조340
Pdf Font name is now deprecated. You should use a Font extension when using a not standard font. See Tools->Options->Fonts.: /fonts/YoonMyeongJo340.TTF
Pdf Encoding : Identity-H (Unicode with horizontal writing)
이렇게 하면 인식한다.
그리고 실제 font 파일은
/WEB-INF/classes/fonts/**.TTF이렇게 놓으시면 됩니다.
Oracle – ORA-12514 Apache 2.4_64 + Tomcat 8.5.4 Load Balancing in Windows 2012