Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
When i click the plugin i want to get the path of the open PDF document (Full Path Like "C:\Users\Vignesh\Downloads\sdk110_v1_win\Adobe\Acrobat XI SDK\Version 1\Documentation\U3DElements.pdf"). I have read mostly all the SDK Document to get this done but I end up Empty.

I can do the same in the js by using the code
var path = this.path.split('"/');
app.alert(path);

Please Some Help Me Through...
Posted
Comments
Richard MacCutchan 4-Jul-14 7:36am    
Do you mean that you are using this plugin inside a C++ program? Your question could do with some better detail.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900