See
http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.php
.

Paulo 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of <-Gio->
> Sent: Thursday, December 06, 2007 4:06 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Background image (ex watermark) 
> multiple pages
> 
> 
> Hi,
>   I'd like to know if someone knows how to add a background 
> image while
> creating a pdf with Pdfwriter; this pdf is more or less 1000 
> pages so it's
> impossible to add to every single page the image because the 
> pdf would be
> too heavy. Is there a way to set something like a watermark 
> only one time?
> I already read the 
> http://itextdocs.lowagie.com/tutorial/directcontent/index.php 
> A little part of my code is:
> 
> document.open();
> cb = writer.getDirectContent();
> cbunder = writer.getDirectContentUnder();
> img = Image.getInstance("c:\\temp\\GIORGEN.jpg");
> img.setAbsolutePosition(0, 0);
> cbunder.addImage(img);
> .....
> cb.beginText();
> cb.showTextAligned(PdfContentByte.ALIGN_LEFT, line, w1, l1, 0);
> cb.endText();
> 
> But I had a pdf with a first page with the image repeated 3 
> times and the
> other pages with the only text.
> Can someone help me?
> 
> Thanks


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to