Dear Sir,
As I use iText to generate PDF with image inside:
PdfPTable tblCellRow1 =
null;
....
byte[] img1;
...
tblCellRow11.addCell(Image.getInstance(img1));
The pdf can be generated, but the information like
'insufficient image information' is shown when the pdf is shown, and such pdf
file can't be printed by printer. Such image is retrieved from oracle database
as jfiff format, and can't be save as a .jpg file.
So, what can i do, thanks a lot for your kindly attention
!
Patrick