使用 pypdf 更改 pdf 文件的元数据
我想使用 pypdf 创建/修改 pdf 文档的标题。看来标题是只读的。有没有办法以读写方式访问此元数据?
如果答案是肯定的,一段代码将不胜感激。
谢谢
I'd like to create/modify the title of a pdf document using pypdf. It seems that the title is readonly. Is there a way to access this metadata r/w?
If answer positive, a piece of code would be appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 pyPDF(某种程度)操作标题。我在reportlab-users列表中发现了这篇文章:
http: //two.pairlist.net/pipermail/reportlab-users/2009-November/009033.html
这是相关代码:
You can manipulate the title with pyPDF (sort of). I came across this post on the reportlab-users listing:
http://two.pairlist.net/pipermail/reportlab-users/2009-November/009033.html
Here's the relevant code: