我下载了最新版本的TuesPechkin和最新版本的TuesPechkin.Wkhtmltox.Win64.dll。
后者的版本为0.12.2。我需要访问0.12.5中的修复程序。
有人能给我一个提示吗?我需要做些什么才能让TuesPechkin使用wkhtmltopdf.dll的最新版本?
发布于 2019-08-25 07:07:10
只需将wkhtmltox_64.dll.gz替换为最新版本的wkhtmltopdf
using TuesPechkin.Wkhtmltox.AnyCPU;
...
var converter = PDFHelper.Factory.GetConverter();
var result = converter.Convert(This.Document);如果您需要anycpu版本,请检查这里。
https://stackoverflow.com/questions/57252784
复制相似问题