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