Re: [iText-questions] PdfContentByteInst.addImage messes up jpg

2010-08-20 Thread fhomasp
Right.. I have "a" solution although I'm unsure wheather it's good enough, perhaps you do know :-) Image image = Image.getInstance(url); if(image.isJpeg()){ if (image.hasICCProfile()) { PdfICCBased icc =

Re: [iText-questions] PdfContentByteInst.addImage messes up jpg

2010-08-20 Thread fhomasp
Original Message - > From: fhomasp > To: itext-questions@lists.sourceforge.net > Sent: Friday, August 20, 2010 11:12 AM > Subject: [iText-questions] PdfContentByteInst.addImage messes up jpg > > > > Hey, > > I seem to have stumbled upon this pec

Re: [iText-questions] PdfContentByteInst.addImage messes up jpg

2010-08-20 Thread Paulo Soares
From: fhomasp To: itext-questions@lists.sourceforge.net Sent: Friday, August 20, 2010 11:12 AM Subject: [iText-questions] PdfContentByteInst.addImage messes up jpg Hey, I seem to have stumbled upon this peculiar problem and eventhough this might easy be a java.awt problem, I am usi

[iText-questions] PdfContentByteInst.addImage messes up jpg

2010-08-20 Thread fhomasp
Hey, I seem to have stumbled upon this peculiar problem and eventhough this might easy be a java.awt problem, I am using iText to add pictures and I notice this to be a blocking problem in my project. An image gets placed on a pdfptable using a PdfPCellEvent subclass. The image has to have res