Hello!

Go deeply into my problem and the API,  i see that my gaps are actually
form fields, and i should fill them with data and image.
I have seen that code in the example and it works

 FdfWriter fdf = new FdfWriter();
 fdf.setFieldAsString("direcnotif",  "Hola");
 fdf.setFile("C:\\nombre.pdf");
 fdf.writeTo(new FileOutputStream("C:\\horax.fdf"));


 but how should i include a image, or checked a box in one form fields in which
is expected one
 image?

 Thanks.







-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to