t; > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Watermark problem in Acrobat 5 > > > > I'm having problems adding a text watermark to a pdf. My > > code works fine for Acrobat 6.0 but not Acrobat 5.0.5. In > > 5.0.5, the first page will pr
PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of John
> > > Sent: Friday, February 04, 2005 4:58 AM
> > > To: itext-questions@lists.sourceforge.net
> > > Subject: [iText-questions] Watermark problem in Acrobat 5
> > >
> > > I'm
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Watermark problem in Acrobat 5
>
> I'm having problems adding a text watermark to a pdf. My
> code works fine for Acrobat 6.0 but not Acrobat 5.0.5. In
> 5.0.5, the first page will print. The watermark wil
I'm having problems adding a text watermark to a pdf. My code works fine for
Acrobat 6.0 but not Acrobat 5.0.5. In 5.0.5, the first page will print. The
watermark will be on it, although it does not show properly through the text.
It only shows on the areas without text. A second page then
public void onEndPage(PdfWriter writer, Document document) {
writer.getDirectContentUnder().addImage(...);
}
- Original Message -
From: "MK Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 5:20
Subject: [iText-questions] Wa
Hi,
I tried to insert a watermark with :
public void onEndPage(PdfWriter writer, Document document) {
System.out.println("end added" + doc.add(page.waterMark) + ":" +
page.waterMark.offsetX() + " x " + page.waterMark.offsetY());
}
The watermark only appear from the 2nd page onward thou