Re: [iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
ons] PdfStamper.close() and ZipOutputStream > > stamp.getWriter().setCloseStream(false); > > Paulo > > - Original Message - > From: "Patrick Herber" <[EMAIL PROTECTED]> > To: > Sent: Sunday, August 27, 2006 1:41 PM > Subject: [iTex

Re: [iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Paulo Soares
stamp.getWriter().setCloseStream(false); Paulo - Original Message - From: "Patrick Herber" <[EMAIL PROTECTED]> To: Sent: Sunday, August 27, 2006 1:41 PM Subject: [iText-questions] PdfStamper.close() and ZipOutputStream > Hello! > > I'm using iText to pu

[iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
Hello! I'm using iText to put a watermark on existings PDF files. Here this function, which add the watermark on each page (I've used the example from the online tutorial): protected void writePdfWithWatermark(InputStream is, OutputStream os) throws Exception { PdfReader reader