使用多线程时的 WkHtmlToXSharp 粉碎

发布于 2024-11-19 17:31:25 字数 150 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只怪假的太真实 2024-11-26 17:31:25

您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文