Adding meta data when plotting to PDF

你说的曾经没有我的故事 提交于 2019-12-22 16:33:59

问题


when I plot via pdf() in R, I would like to set the meta data for the PDF: title, author, keywords, subject. The default for the title seems to be "R Graphics Output".

How can I specify the meta data?


回答1:


You may set the document's title by passing an appropriate title arg to the pdf() function. For other metadata, refer to this SO Q&A in which the usage of external tools (like pdftk or exiftool) is recommended, see this Q&A at AskUbuntu.



来源:https://stackoverflow.com/questions/24231827/adding-meta-data-when-plotting-to-pdf

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!