반응형 com.lowagie1 Pdf 한글 출력 Springframework에서 AbstractPdfView를 상속받아서 한글을 출력했더니 깨졌다. 블로그를 검색하고 해도 안되더니 5버전때 약간 바뀌었군. 한글 테스트를 해볼겸 해서 나의 윈도우에 있는 Font를 모두 출력해보았다. BaseFont.IDENTITY_H 해당 encoding로 해야함. int i = FontFactory.registerDirectory("C:\\Windows\\Fonts\\");System.out.println("Result = " + i);Set set= FontFactory.getRegisteredFonts();Iterator it = set.iterator();document.setPageSize(PageSize.A4);Font font;String fontname=.. 2012. 5. 18. 이전 1 다음 반응형