Web printing with acrobat

  • Thread starter Thread starter Stephan
  • Start date Start date
S

Stephan

Hi there,

I have a web application, written in C#, that uses generates a pdf
document and sends it down as a byte[] to the web browser.

This all works fine, the only issue is in printing the .pdf document
generated.
The rules are:

The user should only print this once.
Once printed I need to close the window.

How can I trap the printing events that adobe executes?

Any help would be highly appreciated.

Thanks
Stephan
 
I think you are talking about client side scripting in this case. The code
that is written in ASP.NET runs on the server, and there is no way to
control what client is doing. Use JavaScript.
 
Back
Top