Re: [iText-questions] Question about itext using pdfstamper and struts

2007-01-16 Thread Benson Chan
nevermind, I got the problem fixed now. I was using an older version of iText. Thanks! - Original Message From: Benson Chan <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Wednesday, January 17, 2007 12:24:25 PM Subject: [iText-questions] Question about

[iText-questions] Question about itext using pdfstamper and struts

2007-01-16 Thread Benson Chan
Hi, I'm having trouble using pdfstamper inside a web application. Right now, I have the following code: response.setContentType("application/pdf"); response.addHeader("Content-disposition", "attachment; filename=tester.pdf"); response.setHeader("Expires", "0"); response.setHeader("Cache-Control