i wrote a quick servlet using the itext api which writes the results of an updated pdf file back to the browser.
i used the ServletOutputStream for the second parameter of the PdfStamper constructor method and all works fine. then i found some examples which make use of ByteArrayOutputStream. is there something inherently wrong with using the ServletOutputStream directly? lloyd knight ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
