It seems that the printer card doesn't support FlateDecode with Predictor, the encoding used with PNG inserted directly. That's a bug in the card or maybe a limitation explained in the documentation in the fine print. As a workaround you can insert the PNG with java.awt.Image. Other option is to read the tiff directly with JAI to a BufferedImage and inserted into iText this way.
Best Regards, Paulo Soares ----- Original Message ----- From: "Austin Hatcher" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 19:57 Subject: RE: [iText-questions] FTP Printing > Prints fine with a simple itext file. > 'Hello world'. > > The graphics start out as TIF's and are > converted into PGN before using iText to > create the finished PDF file. > > Thanks, > Austin Hatcher > > > --- Paulo Soares <[EMAIL PROTECTED]> wrote: > > Does it print a simple "hello world" itext file? > > The problem is with text or images? If with images > > what kind of images (PNG, > > JPEG, etc)? > > > > Best Regards, > > Paulo Soares > > > > > -----Original Message----- > > > From: Austin Hatcher [SMTP:[EMAIL PROTECTED]] > > > Sent: Thursday, April 11, 2002 19:05 > > > To: [EMAIL PROTECTED] > > > Subject: [iText-questions] FTP Printing > > > > > > We have massive amounts of > > > documents created with iText > > > that have to be printed out daily. > > > > > > Instead of having a user manually print > > > out each document, I have been working > > > on a way to automate the process. > > > > > > On a Lexmark T620 printer, I have installed > > > an ImageQuick option card. This card will > > > process Adobe, as well as other file types, > > > without the need for opening the file in > > > the reader application. > > > > > > Using FTP I can send most any PDF file to > > > the printer, and it will print out just fine. > > > > > > However, when I FTP a file created with iText > > > to the printer, it comes out as junk. It doesn't > > > look like a print driver problem. The image is > > > on the paper. It just looks like water has run > > down > > > the page. > > > > > > We purchased this printer and the ImageQuick > > > card especially for this purpose. > > > I would appreciate some ideas. > > > > > > Thanks, > > > Austin Hatcher > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! Tax Center - online filing with TurboTax > > > http://taxes.yahoo.com/ > > > > > > _______________________________________________ > > > iText-questions mailing list > > > [EMAIL PROTECTED] > > > > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > > _______________________________________________ > > iText-questions mailing list > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
