Quoting David Gonz�lez Blanco <[EMAIL PROTECTED]>:

> Hi,
> 
> Does anybody knows where can i get documentation
> about the methods of the objects (document, etc).

There is a SEARCH form at
http://www.lowagie.com/iText/docs.html
You can find the API at
http://www.lowagie.com/iText/docs/
You can read a tutorial at
http://www.lowagie.com/iText/tutorial/
(there's even an Italian version at
http://www.lowagie.com/iText/gallery/)
There are over 100 examples at
http://www.lowagie.com/iText/examples/

> Also i want to know why explorer is blank when i

I almost forgot, there is a FAQ at
http://www.lowagie.com/iText/faq.html
with an answer to your question here:
http://www.lowagie.com/iText/faq.html#msie

> insert an image or a watermark. Like this:
> 
>         Image gif2 = new Gif("vonnegut.gif", 198, 149);
>         gif2.setAlignment(Image.RIGHT + Image.TEXTWRAP);
>         document.add(gif2);
> 
> There's a warning "Deprecated" with Image or Watermak too.

Use Image.getInstance(...) instead of new Gif(...)

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to