Skip to main content
Participant
March 15, 2016
Question

Is there any way of opening pdf file in browser with the help of acrobat sdk?

  • March 15, 2016
  • 1 reply
  • 481 views

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.

This topic has been closed for replies.

1 reply

Legend
March 15, 2016

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