HI all,

 

I am adding header text in a merged pdf files.

 

So I need to cover all header rectangle area with white color.

How can I do it ?

 

header.setBackgroundColor(java.awt.Color.gray); //This gray is transparent , how can I make it opaque

            doc.setHeader(header);

 

 

Thanks

Nilesh

Reply via email to