Anyway you could be more specific? I might be extremely off here with my
guess..
PdfFormField field = PdfFormField.createSignature(writer);
field.setWidget(new Rectangle(0, 0, 200, 20),
PdfAnnotation.HIGHLIGHT_INVERT);
field.setFieldName("mySig");
field.setFlags(PdfAnnotation.FLAGS_PRINT);
pdfPCell sigCell = new PdfPCell();
FieldPositioningEvents events = new FieldPositioningEvents(writer,
field.??????);
sigCell.setCellEvent(events);
table.addCell(sigCell);
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-empty-signatures-to-a-table-tp2226824p2228107.html
Sent from the iText - General mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/