Click here to Skip to main content
15,885,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 11-Jun-10 19:47pm
v4

You might have better luck asking this on the Adobe developer forums.
 
Share this answer
 
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.
 
Share this answer
 
v2

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