Why I can't obtain rounded table corners in this iText\iTextSharp footer table?
问题 I have the following situation: I have to create a round corner table into the footer of my PDF using iTextSharp but I am finding some difficulties to do it. First of all I have create a class named PdfHeaderFooter that extends the PdfPageEventHelper iTextSharp interface. In this class I have implemented the OnEndPage() method that create the footer on the end of all pages, this is my code: // Write on end of each page public override void OnEndPage(PdfWriter writer, Document document) { base