Quoting Jpenuela <[EMAIL PROTECTED]>:

> Great !!! As  http://www.lowagie.com/iText/faq.html#images explain, I've
> convert my .gif to.jpg and it works fine.

There is another workaround with java.awt.Image.

> Another question about it:
> There is any way to determine the image width an height, in a similar way
> to
> html: <IMG SRC=\"Image2.gif\" WIDTH=155 HEIGHT=49>

As soon as you succeeded to create a com.lowagie.text.Image-object,
you are able to ask for the size of the image
(the Image objects extends the Rectangle object).

Bruno


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to