Hi,
I'm using a PdfStamper to fill AcroForm fields in a PDF document. This works
fine outside of a JSP "context",

but within a JSP, i get a:
    Servlet Error: java.lang.IllegalStateException: Already called
getOutputStream.

at the call:
        PdfStamper stamp = new PdfStamper(reader, out);

where:
     out = response.getOutputStream();

is there a way out of this? or do i have to convert the JSP to a servlet?

regards, anil.





-------------------------------------------------------
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

Reply via email to