Stuck up in printing my reports...

  • Thread starter Thread starter MAHERNOZ
  • Start date Start date
M

MAHERNOZ

Hi,
Happy new year to all of you, at present i am stuck up in printing.
I am using ASP.net v1.1 and CR XI, i export my reports to pdf (which is
saved on the server side). I don't want to save my pdf on the client
side (because they are a mix of windows and linux!). I did upto here. I
saved my pdf on the server side.

Now, comes the printing issue, "i must make sure that the file that i
had saved on my server side must be printed on the client's printer
(not on a server's printer) only once, the client must not have any
priveledge to print multiple copies of that pdf not should the pdf
should be shown on the client's browser."

Hi friends, have any idea?

Thank you,
Mahernoz Daruwala
 
This means that you need to have complete control over the client's printer.
Thus, I don't believe that you can do this unless you have access to the
client machine and are able to run client code to do what you need.

So, if this is an Internet application, it's not going to happen.
 
Back
Top