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