Welcome Guest Search | Active Topics | Sign In | Register

Display PDF files in EO.WebBrowser with Chrome plug-in Options
Khoa
Posted: Thursday, February 5, 2015 1:07:09 AM
Rank: Advanced Member
Groups: Member

Joined: 9/3/2014
Posts: 68
Hi,

I am trying to use the Chrome PDF Viewer (pdf.dll) in EO.WebBrowser by using:

Code: C#
EO.WebBrowser.Runtime.AdditionalPluginsDirs = new string[]
{
	@"C:\Program Files (x86)\Google\Chrome\Application\40.0.2214.94"
};


But PDF files do not display on the web browser. I am not sure what is still missing to hookup EO.WebBrowser with this Chrome plug-in.

Thank you.
eo_support
Posted: Thursday, February 5, 2015 10:11:15 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Chrome's PDF viewer is not the "standard" plug-in. You need to use Adobe's PDF "System plug-in". See here for more details:

http://www.essentialobjects.com/doc/6/advanced/plugin.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.