pc.setLineWidth(0.5f);
pc.moveTo(left, bottom - 5);
pc.lineTo(right, bottom - 5);
pc.stroke();
pc.moveTo(left, bottom - 25);
pc.lineTo(right, bottom - 25);
pc.stroke();
ColumnText.showTextAligned(pc,Element.ALIGN_CENTER,new Phrase(footer + " " + pagenumber, FontFactory.getFont(FontFactory.HELVETICA, 8, Font.NORMAL)), (left + right) / 2,bottom - 18, 0);
}
}