Hi,
I need to add my company logo like a watermark on all the pages. 
Usually the document generated is 1 or two pages. If it were onepage I could
have used 

  Image jpeg = Image.getInstance("c:\\javapdf\\logo.jpg");
  jpeg.setAbsolutePosition(171, 250);
  document.add(jpeg);

But I need to do this for all pages. 

How to do this?

Thx



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to