iText doesn't support (directly) changing the image of a button, if this is
the case. Checkboxes are not a problem, just provide the value that the
correct image will show.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 16:05
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] Filling a created PFD.
> 
> 
> 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


-------------------------------------------------------
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