Example of a ServiceStack v4 Web Service which uses WkHtmlToPDF to convert html to pdfs.
Due to the dependency on WkHtmlToXSharp, the applicaiton must be configured for a 32-bit build.
Specs are written in a BDD style using nspec.
To use the release, create a new web applicaiton in IIS, and configure accordingly.
Uses .net 4.5.1
WkHtmlToXSharp is supposed to provide its own copy of wkhtmltox.dll however, I've noticed that it does not.
I've provided a copy of the binary file, with the correct name in the lib folder.
Copy this file into the bin output folder, if the program has issues finding the dll.
The example is licenced under the MIT License.
All other libraries used, are licensed under their repsective licenses.