[EMAIL PROTECTED] wrote: > To save drive space I would like to create all PDFs in memory. What I > also need to do is put images in the pdf.
With iText you can write PDF to any OutputStream. If you want to create a PDF in memory, use a ByteArrayOutputStream. Get the bytes afterwards with the toByteArray() method. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
