You know that you code won't compile, don't you? There's the tutorial
and the book but you probably should learn first Java.

Paulo 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Julien T
> Sent: Tuesday, March 25, 2008 9:29 AM
> To: [email protected]
> Subject: [iText-questions] Insert Image at page x
> 
> 
> Hello there,
> I need to insert some images (into right margin) in each 
> pages of my PDF
> documents ...
> 
> I don't really know JAVA language, but i think this would work ...
> but ... where the page is noted ??
> 
> PdfReader reader = new PdfReader("HelloWorld.pdf");
> PdfStamper stamper = new PdfStamper(reader,new
> FileOutputStream("HelloWorldStamped.pdf"));
> 
> Image img = Image.getInstance("watermark.jpg");
> img.setAbsolutePosition(200, 400);
> stamper.addImage(img);
> stamper.close();
> 
> Excuse my english , 
> Thanks for your answers


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.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to