TuesPechkin unable to load DLL 'wkhtmltox.dll'

前端 未结 8 839
我在风中等你
我在风中等你 2020-12-11 16:14

I\'ve been using TuesPechkin for some time now and today I went to update the nuget package to the new version 2.0.0+ and noticed that Factory.Create() no longer resolved, s

8条回答
  •  情书的邮戳
    2020-12-11 16:44

    Here is AnyCpu version, also support iis-base or winform application

    using TuesPechkin.Wkhtmltox.AnyCPU;
    ...
    var converter = PDFHelper.Factory.GetConverter();
    var result = converter.Convert(This.Document);
    

    Reference : https://github.com/tloy1966/TuesPechkin

提交回复
热议问题