Table 정렬 방법
public class Test { public static void main(String[] asdf)throws Exception{ //pdf document 선언.... Document document = new Document(PageSize.A4, 0, 0, 50, 50); //pdf 파일을 저장할 공간을 선언... pdf파일을 서버하드에 생성이된다.. 그후 스트림으로 쏜다.. PdfWriter.getInstance(document, new FileOutputStream("c://table.pdf")); //document를 열어 pdf문서를 쓸수있도록한다.. document.open(); //한글지원폰트 설정.. BaseFont bf = BaseFont.createFont("HYSMyeongJ..