如何在不打开PDF查看器的情况下使用python打印pdf

发布于 2025-01-09 06:52:30 字数 279 浏览 0 评论 0原文

我有一个Python应用程序,它使用reportlab创建pdf并打印它。当前的应用程序只是使用 Adob​​e Acrobat 使用以下命令打印它:

os.startfile('.\\template.pdf','print')

我真正想要的是在 python 中打印它,而不需要使用 Adob​​e Acrobat 或任何其他 pdf 查看器。我只想直接与打印机通信。

有什么方法可以在 python 中做到这一点吗?如果有人能帮助我解决这个问题,我将不胜感激。

I have a python aplication that creates a pdf using reportlab and print it. The current application just uses Adobe Acrobat to print it using the command:

os.startfile('.\\template.pdf','print')

What i really want is to print it in python without nedding to use Adobe Acrobat or any other pdf viewer. I just want to communicate directly with the printer.

Is there any way of to do this in python? I would be grateful if someone could help me with this.

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

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

发布评论

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