com.itextpdf.text.DocumentException: Infinite table loop
com.itextpdf.text.DocumentException: Infinite table loop Infinite table loop; row content is larger than the page (for instance because you didn't scale an image) 내용이야 알겠지만...해결책은??? 일단 원인은 PdfPCell 의 height 가 크기때문에 발생 HTML 로 작성된 중첩테이블 읽을 때 중첩테이블의 바깥쪽 테이블 cell 의 높이가 안쪽 테이블의 높이값보다 작아서 생긴 에러 메시지다. cell.setFixedHeight(고정높이값) height 값을 조절해 주니까 에러해결
프로그래밍
2011. 5. 26. 16:29