Project Description:
I have a pdf file that is made with the php pear library.The file is after it is generated saved on server to a location in a folder.
Up to 60 users have to digitaly sign the same pdf file.I already have an option that I do on my own with file download,signing on desktop by the users and file upload.There is a better option for signing the pdf and that is to use a signed applet and the itext library.So what I need is a signed applet that will fetch the file from the server-applet needs to take a parameter that say what is the name of the file so that a name of the file could be known,sign it by the certified smart card where i have a installed middlewere which I got from the Cert. body and upload it back to the server where it was.This has to be done without the users exporting signing data to the desktop ,that is from the smart card.