I have an office file management system built on php mysql . Now we have a requirement of digitally signing pdf which is dynamically generating from php and deliver it to the client.
Our scenario is ,the officer logins to the system from his browser and connecting his USB token and clicking some button in the webapp the document should be created in the server and the same should be digitally signed and stored in server as file .
- In client side what program should be used. Can Java script do this ?
- What will be the architecture for kind of application