~Yoshi ZekponetherodenApr 30, 2013, 5:00 PM17 PostsRe: Create PDF - Font sizeto define the fontsize I useprivate static final Font defaultText = new Font(Font.FontFamily.HELVETICA, 9, Font.NORMAL);
~Vijay EkfanaikleMay 6, 2013, 5:17 AM3 PostsRe: Create PDF - Font size Font normalfont = new Font(Font.HELVETICA, 8, Font.NORMAL);If you want to reduce the font size inside a table cell then add the following linetable.addCell(new Phrase("Abc", smallfont))