Copy link to clipboard
Copied
I am developing a plugin in visual studio 2010 with vc++. I want my pdf file to open in web browser instead of adobe acrobat or adobe reader.
Is there any way of opening pdf file in browser with the help of acrobat sdk?
Thanks.
Copy link to clipboard
Copied
‌hmm, I do not think so. of course a plugin can use almost any API so you can open any saved file using a file: URL. Bear in mind most browsers do not use Reader to display PDF so the plugin will have no further control. If a browser does use Reader, normal callbacks will apply.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now