RE: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread John
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

Re: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread Paulo Soares
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

RE: [iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread Paulo Soares
> 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

[iText-questions] Watermark problem in Acrobat 5

2005-02-04 Thread John
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

Re: [iText-questions] Watermark problem

2003-07-22 Thread Paulo Soares
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

[iText-questions] Watermark problem

2003-07-22 Thread MK Lee
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