Anyways, Thanks. I got it. I'm using DirectContent.
From: 1T3XT BVBA
To: Post all your questions about iText here
Sent: Saturday, January 26, 2013 5:08 PM
Subject: Re: [iText-questions] Issue with Watermark in PDF
On 26/01/2013 12:29, salaja m
re
Sent: Saturday, January 26, 2013 5:08 PM
Subject: Re: [iText-questions] Issue with Watermark in PDF
On 26/01/2013 12:29, salaja m wrote:
> PdfContentByte under = writer.DirectContentUnder;
This is the culprit! You need DirectContentOver.
If you're worried that the watermark will
On 26/01/2013 12:29, salaja m wrote:
> PdfContentByte under = writer.DirectContentUnder;
This is the culprit! You need DirectContentOver.
If you're worried that the watermark will cover the existing content,
make it slightly transparent.
If you are asking for a watermark that is visible after addi
Hi, This is sailaja. I've been trying to create watermark in PDF using
itextsharp. i found code in few sites. finally i'm able to create watermark.
but the problem is i added a table with background color to PDF. And the
watermark was overwritten by table header. please have a look at attached p