|
|
|
@ -10,8 +10,8 @@ import com.lowagie.text.pdf.PdfWriter;
|
|
|
|
public class ExamePDF {
|
|
|
|
public class ExamePDF {
|
|
|
|
// private static final Font FONT_BOLD = new Font( Font.TIMES_ROMAN, 9, Font.BOLD, new Color( 0, 0, 0 ) );
|
|
|
|
// private static final Font FONT_BOLD = new Font( Font.TIMES_ROMAN, 9, Font.BOLD, new Color( 0, 0, 0 ) );
|
|
|
|
// private static final Font FONT_NORMAL = new Font( Font.TIMES_ROMAN, 9, Font.NORMAL, new Color( 0, 0, 0 ) );
|
|
|
|
// private static final Font FONT_NORMAL = new Font( Font.TIMES_ROMAN, 9, Font.NORMAL, new Color( 0, 0, 0 ) );
|
|
|
|
private static final Font FONT_BOLD = FontFactory.getFont( "Arial", 9, Font.BOLD );
|
|
|
|
private static final Font FONT_BOLD = FontFactory.getFont( "Arial", 8, Font.BOLD );
|
|
|
|
private static final Font FONT_NORMAL = FontFactory.getFont( "Arial", 9, Font.NORMAL );
|
|
|
|
private static final Font FONT_NORMAL = FontFactory.getFont( "Arial", 8, Font.NORMAL );
|
|
|
|
|
|
|
|
|
|
|
|
public ExamePDF()
|
|
|
|
public ExamePDF()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|