Thanks for responding.  I tried using both JPEG and PNG images and I set the 
content type each time correctly.  The image is printable in Firefox.  
Specifically, in the print preview in IE I get a border of the correct size 
with the red X.  If I right-click on the image and select Print Picture I 
notice that the servlet which streamed the image is recalled (which is no good 
because the servlet requires parameters).

-----Original Message-----
From: david delbecq [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 10, 2008 3:34 PM
To: [email protected]
Subject: Re: IE and generated images

Eric Hamacher a écrit :
>
> Hello All:
>
> The images I write to the ServletOutputStream in my web app will not 
> print once in IE. Therefore, I want to send a PDF to the browser. I 
> can't see how to integrate Batik with iText. Anybody ever do this?
>
> Regards,
>
> Eric Hamacher
>
> ******************************
>
> THIS EMAIL IS INTENDED ONLY FOR THE REVIEW OF THE ADDRESSEE(S), AND 
> MAY CONTAIN CONFIDENTIAL AND LEGALLY PRIVILEGED INFORMATION. 
> INTERCEPTION, COPYING, DISSEMINATION, OR OTHER USE BY OTHER THAN THE 
> ADDRESSEE(S) IS PROHIBITED AND MAY BE PENALIZED UNDER APPLICABLE 
> PRIVACY LAWS. IF YOU RECEIVED THIS EMAIL IN ERROR, PLEASE DELETE IT 
> AND NOTIFY ME BY RETURN EMAIL TO [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> ********************************
>
which format are you using for the images? png? jpg? Did you properly 
set the content type of response? As for integrating Batik with pdf, 
generate a java Image, and use it for itext, as simple.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to