Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Jul 07, 2016 10:57 am

Hi Spire Team,

I am trying to use the HTML Converter plugin, but as soon as the code reaches the "HtmlConverter.Convert" statement, the following error is thrown:

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"

The plugin folder for the html converter is in my application's bin folder along with the Spire.PDF.dll.

Am I doing something wrong?

Tjunas
 
Posts: 18
Joined: Thu Nov 05, 2015 6:40 am

Fri Jul 08, 2016 1:48 am

Dear Tjunas,

Thanks for your inquiry.
Please try to use the following method to specify the Plugin Path directly. Here is the sample code.
Code: Select all
Spire.Pdf.HtmlConverter.Qt.HtmlConverter.PluginPath = @"E:\Test\PdfTest\bin\Debug";


Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Fri Jul 08, 2016 11:53 am

Hi Betsy,

I Tried the above solutions but still get the same error.

Tjunas
 
Posts: 18
Joined: Thu Nov 05, 2015 6:40 am

Mon Jul 11, 2016 3:45 am

Dear Tjunas,

Sorry for late reply as weekend.
Sorry that I forget to tell you that the path should include "plugins", like this
Code: Select all
HtmlConverter.PluginPath = @"F:\testing\6597\bin\plugins"

Also, what's your OS information ? And is it web application ? Did you deploy it on server ?
Here is other post about this issue, hope this can help you.
using-the-new-qt-htmlconverter-plugin-from-a-plugin-t5465.html

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Mon Jul 11, 2016 10:21 am

Hi Betsy,

I followed the link to the other post and used the example that was supplied there to get it working

Thanks for the help.

Tjunas
 
Posts: 18
Joined: Thu Nov 05, 2015 6:40 am

Tue Jul 12, 2016 1:19 am

Dear Tjunas,

Thanks for your feedback.
Welcome to write to us again for further question. We are here for help.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.PDF

cron