Alvaro Sanchez wrote: > We are passing all credentials from the user on the application. > Through a persister class we are passing this info, somehow the > HTMLWorker when parses the tags for the images doesn't validate with > the persister. > Any ideas how can I overcome this?
Let's do a small test first: make an application that doesn't involve iText, and try reading the bytes of one of those images using nothing but standard Java code (using the java.net.URL class and openStream). If this doesn't work: try finding out why not. If you can solve it in this simple (non-iText) sample, it will also be solved in your iText application. If it works: use the bytes you retrieved this way to create an iText image. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
