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