Web printing with acrobat

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
 
C

codewriter

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top