Hi... I am dynamically generating PDFs from an JSP-Environment... the user has the opportunity to upload files... such as images or textfiles etc... if the upload is an image... it will be included in the PDF automatically... if it is no image, there will be a link instead... this works fine so far... BUT some GIF-Types are not supported... my idea was to catch the exception when such a problem is encountered... and in this exception I want to generate an external link... like for all non-image-uploads...
I tried everything I could imagine to catch this exception... but it won't work... all i get is a text on the tomcat-screen, that this GIF-type is not supported... and the place where this image (or the link) in the PDF should be is blank! Who can help me??? Thanks Bjoern Sommer ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
