Quoting hong sun <[EMAIL PROTECTED]>: > Hi, > > Is that possible to put a form field in a table cell? > It will be a great help for page layout.
In response to both your mails: it's not yet possible to add FormFields without specifying the absolute positions of the field (maybe this is something I can add in the future, but I don't know how I will produce the HTML part of a form; there are some major differences between an HTML and a PDF form). If you want to make a layout with a Table, I suggest that you use a PdfPTable and that you add the FormFields in a TableEvent. You should write a TableEvent that takes the AcroForm as parameter upon creation. Suggestions or extra code making the use of AcroForms easier are always welcome. Bruno _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
