jmcmahon wrote: > For example: > > Image img = Image.getInstance(testUrl);
I'm not sure if that's the best way to do it. As it is implemented now getInstance hits the server more than once. Maybe it's better to read the image bytes in a byte[] first and create an instance of an Image using the byte array. If you still hit the same problem (the IOException), you'll know the problem is not iText related and you'll be able to address the people at Google with your problem. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
