为 QPrinter 创建的 PDF 设置生产者值
我目前正在使用 python 和 PyQT 生成 PDF。
我想更改 PDF 文档信息的“Producer”值,目前它设置为“Qt 4.6.2 (C) 2010 Nokia Corporation 和/或其子公司(-ies)”。
我浏览了 QPrinter 参考,没有发现任何明显的问题是我可以设置的。
如何更改文档信息?
I'm currently producing PDFs using python and PyQT.
I'd like to change the "Producer" value of the PDF's document information, currently it is set to "Qt 4.6.2 (C) 2010 Nokia Corporation and/or its subsidiary(-ies)".
I've looked through the QPrinter reference, and nothing obvious stuck out that I could set.
How do I change the document information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
pdftk
更改 PDF 的元数据:You could use
pdftk
to change the metadata of your PDFs: