Use BaseFont.getResourceStream().
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Avrombay
> Sent: Tuesday, May 03, 2005 2:43 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Images in a jar fi
Avrombay wrote:
> What I would like to do is put the images into a jarfile and
load them
using something like
'ClassLoader.getSystemResource("images/icon_ms_1.gif")', but nothing I
do seems to work. I was hoping someone here might have an answer or
would be able to point me in the right direct
Hi!
I'm running into an odd situation. I'm building some reports using
iText on Weblogic.
I'm using tables and images and it works great. To load the images, I
was supplying the http url to the server. I was told today that I can't
do that anymore.
What I would like to do is put the images i