使用多线程时的 WkHtmlToXSharp 粉碎
我正在尝试使用 WkHtmlToXSharp 将多个 HTML 文件更改为 PDF。 问题是,当我将 1 个文件放入文件夹时,一切正常。 当我尝试放置多个文件时,应用程序只是压碎并停止工作...(文件的内容相似,因此不是文件内容的问题)。
知道什么可能会导致这种情况吗?
I'm trying to change multiple HTML files to PDF using WkHtmlToXSharp.
The problem is , when I put 1 file in folder , all works fine.
When I try putting number of files , the application just crush and stop working... (the content of the files is similar , so its not a problem with file content).
Any idea what might cause this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 MultiplexConverter 类吗?如果不是,您必须通过对转换进行排队来自行处理所有多线程。我相信自述文件中对此进行了概述,但仅使用提供的类要容易得多。
Are you using the MultiplexingConverter class? If not you have to handle all the multithreading yourself by queuing the conversions. I believe it's outlined in the readme, but it's much easier to just use the provided class.