Hi Nurettin thanks for your time and reply. the image is read from a dtabase blob column. its not read from file system. when i read the blob data, i check its not null and write its size to log file. and then create a itxt Image from the byte content. i can see in my logs that the image is read sucessfully, and even the size of the blob is exactly same in windows and Linux. i create an itext image from the bye content, and then do Image.fitToScale(). and even the resing (Image.fitToScale()) operation performs with t any exception, and pdf successfully gets generated. only differnce is pdf in windows have the text and image. on linux image is missing. the differnce in size from windows to Linux is almost the size of the image. we double checked everything to see no null pointers or exceptions occuring anywhere, code runs smoothly, but no image. the lack of exception being thrown, causes me to be clueless about what to fix? thanks Sid
-- View this message in context: http://itext-general.2136553.n4.nabble.com/Image-Missing-In-Linux-tp3515376p3515505.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
