How Do I Use WkHtmlToXSharp in C#
- by Dizzy49
I've read a lot about WkHtmlToXSharp (wrapper for wkhtmltopdf) so I downloaded it. The one page that appears to be the only documentation states you only need the wkhtmltosharp.dll, but I can't find it in the file I downloaded. It appears to be several projects, and the thing that looks like a DLL in the Libs/Win64 folder won't load into my project.
I'd GREATLY appreciate it if someone could point me to some instructions, and maybe some basic samples.
I need to know where the .DLL is, what namespace to use, and general usage syntax to convert a HTML file to PDF.
THANK YOU!!