iTextSharp: Flattening a field in table cell shifts text upward
问题 I'm having an issue with flattening fields that were generated in a table cell. I've created a sample project to illustrate the issue. private static void dummyFunction2() { // Create a PDF with a TextBox in a table cell //Get the font ready BaseFont bfHelvetica = BaseFont.CreateFont(BaseFont.HELVETICA, BaseFont.CP1250, false); var helvetica12 = new Font(bfHelvetica, 12, Font.NORMAL, BaseColor.BLACK); //Create the document and filestream var doc = new Document(PageSize.LETTER, 18f, 18f, 18f,