Hello All,
I am evaluating I-text. I have to prepare PDF form of Interactive form of
Questionnaire that contains Tables with columns of text boxes dynamically.
But I am not able to add Text Field in cell of table.
I have written code like this :
PdfPTable table=new PdfPTable(2); //2 columns of table
//text field need to add in cell of table
TextField letter = new TextField(writer, new Rectangle(0, 0), "letter");
PdfPCell cell=new PdfPCell();
/* how can cell relate to Text Field so that I can add cell into table ? */
table.addCell(cell);
Here I want to add letter text field into cell of Table.
Can you please provide me solution to work around this problem urgently.
Thanks in advance.
Tushar Joshi
Flying to Bangalore or Bhopal? Search for tickets here.
Did you know? You can CHAT without downloading messenger. Go to
http://in.messenger.yahoo.com/webmessengerpromo.php/ -------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/