RE: [iText-questions] expiring pdf in the browser

2002-04-04 Thread Mattia Dongili
Hi, isn't enough to add these 3 lines to your servlet? response.setHeader(Cache-Control,no-store); //HTTP 1.1 response.setHeader(Pragma,no-cache); //HTTP 1.0 response.setDateHeader(Expires, 0); //prevents caching at the proxy server --Mattia -Original Message- From: Anis h

RE: [iText-questions] iText with microsoft JVM

2002-03-26 Thread Mattia Dongili
I unsuccesfully tried to create a Java object using iText library in ASP. I spent a couple of days on this task... bye, Mattia -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:54 AM To: 'hong sun'; [EMAIL PROTECTED] Subject: RE:

RE: [iText-questions] Re: iText - pdf -- no wrap ?

2002-03-13 Thread Mattia Dongili
Also: PdfPCell works with nowrap even if you have to align text on the left and cells aren't resized to fit the nowrapped text. --Mattia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:00 AM To: [EMAIL PROTECTED] Cc: [EMAIL