错误“活动作业过多”通过cupsPrintFile函数打印

发布于 2025-01-10 14:19:47 字数 389 浏览 0 评论 0原文

在Linux下的C代码中,我使用libcups在如下代码中进行打印输出:

int job_id = cupsPrintFile(printerName, tmpFileNameCopiaVettore, addToprinterTitle, cupsOptionCopiaVettore.num_options, cupsOptionCopiaVettore.options);
if (job_id == 0) {
            printf("Error ***** %s (printerName <%s>)\n", cupsLastErrorString(), printerName);
}

如果我发送大量打印,我会收到错误“太多活动作业”,我如何在我的代码中管理它?

In C code under Linux I use libcups to make printouts in a code like :

int job_id = cupsPrintFile(printerName, tmpFileNameCopiaVettore, addToprinterTitle, cupsOptionCopiaVettore.num_options, cupsOptionCopiaVettore.options);
if (job_id == 0) {
            printf("Error ***** %s (printerName <%s>)\n", cupsLastErrorString(), printerName);
}

If I send a large number of prints I get the error "Too many active jobs", how can i manage it within my code ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文