Font fontH1 = new Font(Currier,16,Font.NORMAL); PdfPTable table = new PdfPTable(1); table.AddCell(new PdfPCell(new Phrase(yourDatabaseValue,fontH1)));