Rank: Newbie Groups: Member
Joined: 7/2/2018 Posts: 1
|
Hi Support Team ,
We have purchased EO.pdf.dll version 18.1.91 three days ago and updated in our project. But we are receiving error "EO.Pdf.HtmlToPdfException: A tunnel connection through the proxy could not be established."
We have tried to put line "HtmlToPdf.Options.ProxyInfo = null;" but to avoid proxy but still same error is coming. Can you Please Suggest any solution for it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
Please try to set ProxyInfo to ProxyInfo.Direct instead. Setting it to ProxyInfo.Direct is the correct way to bypass proxy. Setting it to null will automatically takes proxy info configured on your system.
Thanks!
|