且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Adobe插件和文件处理方面需要帮助

更新时间:2023-02-26 14:14:50

您可能希望在Adobe开发人员论坛上问这个更好.


感谢您的回复.我同意这个问题与Adobe插件有关,但我相信解决方案在于C ++,我不确定adobe论坛是否是正确的问题,我会这样做,让我再次尝试解释问题.

我需要保存在网络浏览器中打开的PDF文件,但我不知道该怎么做.我找不到打开的文档的路径.如果在C ++中我们可以获取此类文档的路径,则我的问题已解决,或者其他类似的方法,例如在内存流中捕获数据也应解决我的问题.

Do files opened in browser have local path?

I am making a Adobe Plug-in in c++ with which I want to pass the PDF document opened in browser to my other application running on local machine.

My main requirement is to pass the opened document either in form of stream or physically.

Please guide if you know the answer.... thanks.

You might have better luck asking this on the Adobe developer forums.


Thanks for reply. I agree this problem is related to Adobe plug-in but I believe the solution lies in C++, I am not sure if adobe forum would be the right place to ask.I will do if it is.Let me again try to explain the problem.

I need to save a PDF file opened in web browser but I do not know how that can be done. I am not able to find the path of opened document. If in C++ we can get the path of such document my problem is solved or some other way like catching data in memory stream likewise should also solve my problem.