使用 Java 和 FOP 设置 PDF 标题
我正在使用 Apache FOP v0.94 生成一些 PDF 文件。
您能告诉我如何以编程方式设置 PDF 文档属性,如标题、作者、关键字等吗?
谷歌搜索了一下,但没有得到任何有用的信息。
提前致谢...
I'm generating some PDF files using Apache FOP v0.94.
Can you please tell me how to set the PDF Document Properties like Title, Author, Keywords etc programmatically?
Googled a bit but didn't get any useful information.
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
参见:
- http://xmlgraphics.apache.org/fop/0.95/embedding .html#用户代理
- http://xmlgraphics.apache.org/fop/0.95/metadata.html
See also:
- http://xmlgraphics.apache.org/fop/0.95/embedding.html#user-agent
- http://xmlgraphics.apache.org/fop/0.95/metadata.html
请参阅此处和此处。
它表示您应该使用 iText 进行后期处理。
See here and here.
It says you should use iText for post processing.