Geeta Sachdeva wrote: > Hi, > > I am using iText and wanted to add form fields, eg. radio buttons and > checkboxes in a table cell. I saw a couple of replies in certain > topics saying that we must use PdfPTable and table or cell events. > However i am still not able to use it. Could anyone please give a > small example code, or a link to some documentation, which could help > me add PdfPFormField objects to table cells. I'm stuck at this part > and cant go further so i would appreciate if someone could help me on > this asap.
cell.setCellEvent(new FieldPositioningEvents(writer, "myfield")); br, Bruno _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
