Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用我的 java 应用程序中的 exiftool 来修改不同文件的元数据。主要是 DOC、PDF 和 JPEG。
我想将此图像中显示的“评论”窗口元数据属性设置为我从数据库中获取的一些信息。
问题
有没有办法可以从我的 java 应用程序或命令行中使用 ExifTool,以便我可以更改文件上的“注释”元数据属性?
虽然指向您图像的链接已损坏(9 年过去了并不奇怪),但我认为它是文件“属性”上下文菜单选项中的“评论”部分。
对于至少 JPEG 文件:
exiftool -XPComment="Data can include spaces" filename.jpg