HI There,
I am trying to use the HTMLConvertor-0.3.2.3-x64.zip in a 64 bit application and it gives me the following exception,
System.InvalidOperationException: The conversion provider cann't be found.
Please make sure:
1. the folder "plugins" under the same folder of Spire.Pdf.dll
2. exists "plugins\HTMLConverter.dll" and other "plugins\*.dll"
at Spire.Pdf.HtmlConverter.Qt.HtmlConverter.Convert(String url, String fileName, Boolean enableJavaScript, Int32 timeout, SizeF pageSize, PdfMargins margins)
When i checked the dlls in the plugin folder, seems like the dlls (HTMLConverter.dll etc..) are 32 bit and not 64 bit.
Is there way I can get the 64 bit version of the plugins?