These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Header Filename

ronrice
Registered: Jan 17 2008
Posts: 6
Answered

Adobe 8 Professional - Is there a way to insert a code into the header that will cause the filename to appear and print similar to the page and/or date option. this would be similar to $[File] that can be inserted into the header of an Excel document to acheive the same.

My Product Information:
Acrobat Pro 8.1.1, Windows
lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
You can do this with javascript by placing a text field on the top of the page and placing this script in the calculate event:
event.value = this.documentFileName;

You can then duplicate your text field across multiple pages.

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.