View Single Post
Old 02-05-2014, 04:57 AM   #7
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,758
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Maybe it could be done with a PI that invokes ExifTool e.g.

Code:
exiftool -Title=”Some Title” -Author=”An Author & Another One” input.pdf
Exiftool is a command line program, runs on Linux, Mac & Windows, written in Perl. Below are the main metadata items Exiftool can write to a PDF, the relevant webpage is here.

'Author'
'CreationDate'
'Creator'
'Keywords'
'ModDate'
'Producer'
'Subject'
'Title'

Good place to start for an apprentice PI-Writer - Polish PDF

BR
BetterRed is offline   Reply With Quote