How Do I Use WkHtmlToXSharp in C#
        Posted  
        
            by 
                Dizzy49
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dizzy49
        
        
        
        Published on 2011-07-14T06:06:10Z
        Indexed on 
            2013/10/31
            3:54 UTC
        
        
        Read the original article
        Hit count: 863
        
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!!
© Stack Overflow or respective owner