Expand my Community achievements bar.

Possible to have a text field display current path of the pdf file?

Avatar

Former Community Member
Would it be possible to display the current (windows) path of the pdf file in the page footer? Something we do in Word & AutoCAD... is it possible & how in Livecycle?



thanks
1 Reply

Avatar

Former Community Member
You can get the path of the current doc by using the command:



event.target.path



The filename can be retrieved by using:



event.target.filename



You can set these in a field on the master page so that it will appear as you want at bottom of every page.