I would like to use the HTML to PDF conversion cabability of the Essential PDF library to ASP.NET MVC 5 application using the WebKit engine and I'd like to know if the library is
really multi-threaded (that is, if it can run multiple conversions
simultaneously), or if operations are queued and executed one at a time (like, for example, all of the wkhtmltopdf wrapper available on Github).
Thank you.