Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using HTML5 viewer using prizm content connect 8.4(third party tool) in my asp.net application to view the documents. How can I audit/log the documents printed using viewer in my asp.net application table. The printing of the document is completely taken care by viewer. I have .cs and .js files of the viewer to work the viewer in my application.
Posted

1 solution

I don't know anything about the component you mention. Actually you can have anything on client side, you can not rely on it. Does not matter if you have js code or not (well, there is no way not having them as we sepak about web). But for the very same reason you need to have at least one web server on the other end. So the question is if you have control on that web server. If you do, you can either use the web server logs to see what the client downloaded (and ultimately viewed on that control) - or you can build your own content delivery mechanism to have full control over that content, and write the logs as you need. If the content is comuing from a server outside your control, than you won't be able to gather the information you want.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900