On 20/11/2010 22:47, jamesyreid wrote: > ...and I get the following exception: > > SSLHandshakeException: No trusted certificate found > > If I copy& paste the above https URL into a browser then the image is > displayed.
Write a small example that tries to fetch the image bytes. Do not use iText in this example (as it's not an iText problem.) If this example works, you've found the solution: feed the bytes to iText to create the Image. If the example doesn't work, post it to the appropriate mailing list or forum (because it's off topic here). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
