Using PPAPI to launch client applications e.g. Microsoft Word

552 Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

PPAPI is not a solution for what you are trying to do. You should look at Native Messaging (see this question for example).