Re: [iText-questions] OnCloseDocument with itextsharp

2007-07-18 Thread Satyajeet Hattangadi
8 +0200 From: Bruno Lowagie <[EMAIL PROTECTED]> Subject: Re: [iText-questions] onCloseDocument with itextsharp To: Post all your questions about iText here Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Satyajeet Hattangadi wrote: &g

Re: [iText-questions] onCloseDocument with itextsharp

2007-07-17 Thread Bruno Lowagie
Satyajeet Hattangadi wrote: > Could some one please provide me a code snippet that will display a > javascript alert when the document is closed. Search for "AdditionalAction" and PdfWriter.DOCUMENT_CLOSE. > Also im sure its possible to open the browser to a url of choice using > pdfstamper, bu

[iText-questions] onCloseDocument with itextsharp

2007-07-17 Thread Satyajeet Hattangadi
Hi, Im using itextsharp with vb.net. Could some one please provide me a code snippet that will display a javascript alert when the document is closed. I was able to use the pdfstamper to add javascript to display an alert when the document is opened. I'm trying to achieve the same when the do