Quote:
Originally Posted by willus
There is not currently a direct option to put the file name into the TITLE metadata field, but you can specify that meta data on the command-line:
Code:
k2pdfopt -title "My Title" ...
So you could probably develop a script relatively easily that would generate a set of commands to substitute the file name for the title.
PS. I'll add that feature request to my list.
|
Many thanks for immediate reply, I'll try to do that.