Quoting gopaluni subramanyam <[EMAIL PROTECTED]>: > i do not want to generate the physical file.
> is there any change to be made here. > "writer1 = PdfWriter.getInstance(document, new > FileOutputStream(fileName+".pdf"));" You can use any OutputStream; it doesn't necessarily have to be a FileOutputStream... Bruno ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
