Is there a way to automatically have the file name appear on a PDF in the footer and update if the name of the document changes on save or open or print?
Is there a way to automatically have the file name appear on a PDF in the footer and update if the name of the document changes on save or open or print?
AcroForm:
event.value = this.documentFileName;
LiveCycle
this.rawValue = event.target.documentFileName;
You could also put the code into a document script and/or the onSave event.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script