如何使用Acrobat Plugin(C ++)获取打开的PDF文件的当前路径 [英] How to get the current path of the open PDF File using Acrobat Plugin (C++)

查看:271
本文介绍了如何使用Acrobat Plugin(C ++)获取打开的PDF文件的当前路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我点击插件时,我想获得打开的PDF文档的路径(完整路径,如C:\ Users \Vignesh \Downloads \sdk110_v1_win \Adobe \Acrobat XI SDK \ Version 1 \Documentation\U3DElements.pdf)。我已经阅读了大部分所有SDK文档来完成这项工作,但我最终还是空了。



我可以使用代码在js中做同样的事情

var path = this.path.split('/');

app.alert(路径);



请帮助我......

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...

推荐答案

这里? http://www.justskins.com/forums/how-to-get-the-24997.html [ ^ ]


这篇关于如何使用Acrobat Plugin(C ++)获取打开的PDF文件的当前路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆