Hi all, My current project requires me to write a PDF generator that stamps a template PDF with additional data, including signatures which are to be read from image files. The generator is to be deployed as a JAR file, hence I need to load both the PDF template and the signature images from the JAR. I know how to read files from a JAR, but I'm unable to find out whether Image.getInstance() and the PdfReader constructor are able to load files from the JAR. Any hints?
Thanks and have a nice day, Mit freundlichen Grüßen / Best regards Robert Spielmann IT Consultant -- codecentric GmbH Grünewalder Str. 29-31 42657 Solingen Telefon +49 (212) 2494-322 Fax +49 (212) 2494-334 Mobil +49 (151) 14705709 E-Mail [EMAIL PROTECTED] Internet www.codecentric.de <http://www.codecentric.de/> Geschäftsführer: Peter Gierse, Mirko Novakovic und Rainer Vehns Sitz der Gesellschaft: Solingen Registergericht: Amtsgericht Wuppertal, HRB 19214 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
