Maybe QuickTime for Java would be a solution? http://developer.apple.com/quicktime/qtjava/ http://developer.apple.com/samplecode/Java/idxQuickTime-date.html
Once you have a java.awt.Image for your PICT file, use the itext Image.getInstance() to wrap it into an iText object, or draw it to a Graphics2D object obtained via PdfContentByte.createGraphics() if your image has vector parts and you don't want it converted to a bitmap. narendra babu a écrit : > *can somebody tell me how to read the image data from the .pict file.* > ** > *i am finding the difficulty in doing that as i have to do this within > a few days, i have to read the image data present in the file also the > icc profile in the file.* > > ------------------------------------------------------------------------ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
