Rename File / Update document metadata
I can't currently find a way to change the way the "Rename File from metadata" works. It always seems to use Author - Date - Title. Is there a way to customize this? If not, would it be possible? What I had in mind was an editable field in the preferences where I could enter something like $(Author) - $(Title) - $(Date) and it would format it accordingly.
Secondly, I think it would also be useful if there was an additional option that allowed me to write the parent metadata into the actual PDF file's metadata. Has this been discussed before? maybe it's already possible and I'm just not seeing it.
Thanks
Secondly, I think it would also be useful if there was an additional option that allowed me to write the parent metadata into the actual PDF file's metadata. Has this been discussed before? maybe it's already possible and I'm just not seeing it.
Thanks
Look for attachmentRenameFormatString. It's rather limited at the moment, but you can suggest other fields. The XMP metadata? I don't recall this being suggested before. I don't know offhand how feasible it would be.
This way I could have Zotero fetch PDF metadata automatically, and by storing it in the actual PDF file itself this way, other applications that operated off of PDF metadata could make use of it too.
Other reference managers, including JabRef, are able to set one or both of these formats & I thought I've seen this request for Zotero previously.
Think it would have to be done using an executable (as most pdf interactions rely on now).
pdftk is cross-platform & GPL & can set this metadata. It is heavier-weight than the xpdftools & the conversion to text is not as concise (although I believe this would allow another feature request, which was to index the comments in a pdf file).
Don't know anything lighter weight off the top of my head, but there's certainly code out there in both pdftk & other apps that could be leveraged.