I found some tutorials about how to draw forms in iText, but I need to insert it into a cell, and I don´t know how.
Thank you for your consideration of this matter.
解决方案
An iText Image extends Rectangle. You could make a new implementation of image.
You can create an Image from a template, and you can create a template using a content byte.
You could therefore create a template, draw a rectangle on it, create the image and then set the image on the desired cell. I have done something similar with a rectangle pattern some time back.
Edit: If you just need to fill the entire cell you can use the setBackground and setBorder methods.