Hi,
I have a series of PDF files named under an old system, which now have to be renamed in accordance to a new system. Is there a way to detect the file names, add the new file name on the top right corner of the page, and automatically change the file name? The list of old and new names are on a spreadsheet.
Thanks for any help. :)
rename fileold.pdf filenew.pdf
rename fileold2.pdf filenew2.pdf
etc etc
rename the .txt to .bat and run it.
As for filename in top right, we have a pdf tool that can do that for you (can use your xls file too) - see: http://www.traction-software.co.uk/servertools/pdftextstamp
e.g. ..\pdftextstamp -itest.pdf -otest-outfiletitle2.pdf -nopg -sep "" -prefix "[FILETITLE]" -flipv -pos560,10 -align right
(process a list of files)
..\pdftextstamp -ilist.txt -ooutfolder -nopg -sep "" -prefix "[FILETITLE]" -flipv -pos560,10 -align right
It's also possible todo it from interface in Acrobat with our plugin pdf page numberer batch:
http://www.traction-software.co.uk/pdfpagenumbat
Lee
Traction Software
http://www.traction-software.co.uk