문제

My app needs to open a pdf in Acrobat and apply a plugin. I searched the internet for solutions but I didn't find at least one example.

What I did: I managed to develop the plugin, integrate it in Acrobat and open pdfs in Acrobat.

Now I just need to apply it and I'm stuck. Any help?

Thanks! :)

도움이 되었습니까?

해결책

I tried out some methods from Acrobat SDK documentation and I found the answer: you can call the plugin with:

acrobatApp -> MenuItemExecute( "itemName");

where itemName is the name you set in plugin handshake method.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top