I am very new at PPAPI. I have already written a plugin to launch client's applications e.g. Word in my web based application using NPAPI (using a Java applet). Now I want to do that using PPAPI. Any chances?
Thanks Reza
PPAPI is not a solution for what you are trying to do. You should look at Native Messaging (see this question for example).