John J. Hodorowicz wrote:
> Hey all,
> I am having difficulty creating a watermark to display correctly on my 
> pdfs. I have a fillable form template that I populate with data. I then 
> flatten this form and apply the watermark. The watermark shows up but 
> the form fields block out the watermark. It’s like the filled in fields 
> have a white background so the watermark is covered by blocks of white 
> where the fields are.  The blocks are the size of the entire field not 
> just the text entered. I would assume that flattening the form would 
> prevent this.

This is expected behavior: the background color of the field is set
to white. If you don't want a backgroundcolor, you should try
setFieldProperty to set "bgcolor" to null.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to