When I add the following line to my servlet, my servlet quits running (if I
hit a refresh on my browser Acrobat Reader exits and I get a blank browser
window).  If I comment it out, my servlet then works fine.  I know the URL
to the GIF is good because I can type it in my browser address bar and
display the graphic.

  Image graph1GIF =
Image.getInstance("https://192.168.1.61/new/graph1.gif";);

Thanks,
Kenny

----- Original Message -----
From: "Bruno" <[EMAIL PROTECTED]>
To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 12, 2002 12:34 PM
Subject: Re: [iText-questions] Placing GIF's and JPEG's using ContentByte


> Quoting "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]>:
>
> > I am using the ContentByte model to place all my text on a page.  I wish
to
> > add a static GIF image and a servlet generated JPEG image on the page
also.
> > Is there an example of how to do this with ContentByte?
>
> Please consult the API
> http://itext.sourceforge.net/docs/com/lowagie/text/pdf/PdfContentByte.html
> more in specific the addImage-methods
>
> Bruno
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:
> With Great Power, Comes Great Responsibility
> Learn to use your power at OSDN's High Performance Computing Channel
> http://hpc.devchannel.org/
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to