public static ConvertHtml ( string wkhtmltopdfPath, string switches, string html ) : byte[] | ||
wkhtmltopdfPath | string | Path to wkthmltopdf. |
switches | string | Switches that will be passed to wkhtmltopdf binary. |
html | string | String containing HTML code that should be converted to PDF. |
return | byte[] |