如何在不打开PDF查看器的情况下使用python打印pdf
我有一个Python应用程序,它使用reportlab创建pdf并打印它。当前的应用程序只是使用 Adobe Acrobat 使用以下命令打印它:
os.startfile('.\\template.pdf','print')
我真正想要的是在 python 中打印它,而不需要使用 Adobe 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论