Quoting William Pennoyer <[EMAIL PROTECTED]>: > > The iText class Image is being used in a Servlet to place a gif image > into an iText generated PDF. The final appearance of the image on the > PDF varies depending upon the platform on which the Servlet executes. If > the PDF is generated on Windows, then the outcome is as desired, black > text with a white background. However, if the file is generated on a Sun > machine, with the same jpeg, then the result is an image that has black > text and a black background.
This is very strange because iText makes an almost literal copy of the JPEG file into the PDF document. Unless you are using java.awt.Image? Bruno ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
