could anyone help me please about how can i add acroform fiedls to a table like html forms with tables
You can di it like the following.
table.addCell(new Paragraph(new Chunk("string").setAnnotation(field)));
But, Chunk class isn't made to use like this. Please request at the original iText developers. Visti http://www.lowagie.com/iText/ .
Log in to post a comment.
could anyone help me please about how can i add acroform fiedls to a table like html forms with tables
You can di it like the following.
table.addCell(new Paragraph(new Chunk("string").setAnnotation(field)));
But, Chunk class isn't made to use like this.
Please request at the original iText developers.
Visti http://www.lowagie.com/iText/ .