Insert filename and path?

Hi,
Can you insert the filename and path into a footer in a ID document same as you would with a Microsoft Word document?
Thank you,
Barb

With CS3 use a text variable.
Bob

Similar Messages

  • Trying to add filename and path in footer of Word doc and it only lets me "Convert to PDF"?

    I am running MS Office 03 and just installed Acrobat 9.0 Pro. When I try to insert the Filename and Path from the insert option of the footer properties, it only gives me the option to "Convert to PDF". I don't know why it's doing this, but it started after the install of Acrobat 9.0. What should I do?

      To get the path ... event.target.path;
    To get the file name .... event.target.documentFileName;

  • Inserting filename and page numbers into multiple PDF files?

    Have since seen this thread, BUT still interested in the syntax of the code
    to insert filename and page # into multiple files:
    http://forums.adobe.com/thread/951925?tstart=0
    Good Evening (GMT!)
    I have approx 100 PDFs with one or two pages in each, they are English translations
    of Russian language test certificates and the formatting/feel of the originals is lost in
    the translations. The only real link between the two sources is the "_RUS" and "_ENG"
    filename suffixes and the common leading filenames otherwise. Thus I need to maintain
    a record of the filename in any page I print off, should there be a need to refer back to
    the original if the translation is open to artistic licence.
    I have a script (below) that happily adds a page x/y and filename into the active file,
    what I would like is to be able to do this insertion into multiple files as defined by a
    portfolio or a selection via a select files dialogue box
    I am quite out of my depth now as my past skirmishes with JavaScript have set
    cookies and tweaked a few other browser doodads in webauthoring
    Any help most appreciated on this one...
    Kind Regards
    Dr B
    Southampton
    UK
    NB the filename inserted may be corrupted as a result of my last tweakings
    will sort that one out ASAP....
    ================================
    // SetRemoveFooter
    // Modified as marked
    // Menu item generation
    app.addSubMenu({ cName: "Footer",cUser: "Set/Remove Complex Footer", cParent: "File", nPos: 20 });
    app.addMenuItem({ cName: "Set Filename", cParent: "Footer", cExec: "SetFooter(1)"});
    app.addMenuItem({ cName: " -> Set Date .... centered", cParent: "Footer", cExec: "SetFooter(2)"});
    app.addMenuItem({ cName: " -> Set Date .... right", cParent: "Footer", cExec: "SetFooter(3)"});
    //add page x of y
    app.addMenuItem({ cName: "Set Page ", cParent: "Footer", cExec: "SetFooter(4)"});
    app.addMenuItem({ cName: "Set Both", cParent: "Footer", cExec: "SetFooter(5)"});
    app.addMenuItem({ cName: "-------------------------------", cParent: "Footer",cExec: "{}"});
    app.addMenuItem({ cName: "Remove Both", cParent: "Footer", cExec: "RemoveFooter(5)"});
    app.addMenuItem({ cName: "Remove Date Time (Filename)", cParent: "Footer", cExec: "RemoveFooter(1)"});
    app.addMenuItem({ cName: "Remove Page", cParent: "Footer", cExec: "RemoveFooter(4)"});
    //=====================================================================================
    //Set/remove Footer
    function SetFooter(ARG)
    var re = /.*\/|\.pdf$/ig;
    var FileNM = + this.path.replace(re,"")+".pdf";
    var Path = this.path;
    var AcDate = new Date();
    var AcDateFormat = "dd/mm/yyyy"
    var Box2Width = 100
    for (var p = 0; p < this.numPages; p++)
    var aRect = this.getPageBox("Crop",p);
    var TotWidth = aRect[2] - aRect[0]
    if (ARG<=3 || ARG==5)
    {var fd = this.addField("xftDate", "text", p, [30,15, TotWidth-30-30,30]);
    //print output?
    fd.value = util.printd(AcDateFormat, AcDate) + " (" + FileNM +")";
    // TEXT SIZE SETTING
    fd.textSize=12; fd.readonly = true;
    if (ARG==1){ fd.alignment="left" };
    if (ARG==2){ fd.alignment="center" };
    if (ARG==3){ fd.alignment="right" };
    if (ARG==4 || ARG==5)
    {var bStart=(TotWidth/2)-(Box2Width/2)
    var bEnd=((TotWidth/2)+(Box2Width/2))
    var fp = this.addField(String("xftPage"+p+1), "text", p, [bStart,30,bEnd,15]);
    // print output?
    fp.value = "Page: " + String(p+1)+ "/" + this.numPages;
    // TEXT SIZE SETTING
    fp.textSize=12; fp.readonly = true;
    fp.alignment="center";
    //==========================================================================
    function RemoveFooter(ARG)
    if (ARG<=3 || ARG==5) {var x = this.removeField("xftDate");}
    if (ARG==2 || ARG==5) {for (var p = 0; p < this.numPages; p++)
    var x = this.removeField(String("xftPage"+p+1)); }
    will

    Putting this in a batch file within the automation function of Acrobat
    delivers the goods, I need to investigate the formatting of the output to
    get them to line up, have taken the middle ground and gone for a central
    position for the page x/y text...... some lines are redundant
    Dr B
    ===========================================
    var re = /.*\/|\.pdf$/ig;
    var FileNM = this.path.replace(re,"")+".pdf";
    var Path = this.path;
    var AcDate = new Date();
    var AcDateFormat = "yyyy/mmm/dd  HH:MM"
    var Box2Width = 50
    for (var p = 0; p < this.numPages; p++)
    var aRect = this.getPageBox("Crop",p);
    var TotWidth = aRect[2] - aRect[0]
           var fd = this.addField("xftDate", "text", p, [30,15,
    TotWidth-30-30,30]);
           fd.value =  FileNM;
           fd.textSize=12; fd.readonly = true;
           fd.alignment="left";
    var bStart=(0);
    var bEnd=(TotWidth);
           var fp = this.addField(String("xftPage"p1), "text", p,
           fp.value = "Page: " + String(p1) "/" + this.numPages;
           fp.textSize=12;  fp.readonly = true;
           fp.alignment="center";

  • Filename and path sizes and characters

    I am failing to load 4000+ tracks to my Ipod from my XP machine using Itunes 7.50.0.20. This is an Ipod Clickwheel 20GB. I want to load 17.86GB in the now empty Ipod. However it gets so far then stops saying there is not enough space.
    I wonder if am I getting the wrong message?
    Some of my tracks have very long filenames/paths e.g 124 charactere filenames and 213 character paths. I also have some filenames with " (double quote) in.
    Could this be the reason?
    If so what characters must I avoid and what size should the filename and paths be limited to?

    Filenames and paths are irrelevant. They are renamed on the iPod anyway.
    20 GB is not really 20. It is a rounded number all HD manufacturers use. Plus you lose some space due to formatting and the iPod software. There is also meta data for the songs which takes some space.

  • Given filename or path contains Unicode or double-byte characters.Retry using ASCII characters for filename and path What does this mean? it happen when I publish an OAM

    Given file name or path contains Unicode or double-byte characters. Retry using ASCII characters for filename and path
    What does this mean? It is happening when I try to publish an OAM for Dreamweaver.
    Also: How can I specify the browser in Edge Animate? It is just going wherever. Are there no Preferences for Edge Animate?
    BTW. Just call it Edge. Seriously. Do you call it Illustrator Draw? Photoshop Retouching?

    No, my file name is mainContent.oam
    My project name is mainContent.an
    This error happens when I try to import into Dreamweaver. Sorry, I wasn't clear on that earlier.
    I thought maybe it was because I had saved my image as a png. So re-saved as a svg, still get the error.
    DO I have a setting is Dreamweaver CC that is wrong? Should I try this in Dreamweaver CS6? I might try that next.
    Why is this program so difficult? I know Flash. I know After Effects. I can work the timeline part just great. It's always in the export that I have problems.
    On a MacPro, 10.7.
    Are you an Adobe person or just a nice helper?

  • Add filename and path to Designer form footer.

    I am somewhat of a novice at creating forms in Livecycle designer and need help adding a filename and path to the footer of a form after clicking on the "save as' button.  I have not found any answers anyplace so help would be greatly appreciated ASAP. Thank you!!

    Create a field on your masterpage. Get rid of the caption, appearance=none and set as Protected. Also set your width to expand to fit. In the layout:ready event of your field, add this JavaScript:
    this.rawValue=event.target.path
    That should do it.
    Kyle

  • Show filename and path of report on dashboard

    Is it possible to (automatically) show the filename and path of reports on a Dashboard?

    hi,
    we do that using Usage Tracking
    Refer : http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html
    Thanks,
    Saichand.v

  • For preparing the filenames and paths for the oracle database files..

    Hi,
    I am preparing the filenames and paths for the oracle database files.....but I am not able to complete this one...Will you Please help for filling this one.
    Controlfile ---- > select name from v$controlfile;
    Redologfile -- > select member from v$logfile;
    Datafile --------- > select tablespace_name,file_name from dba_data_files order by 1;
    Tempfile --------> select tablespace_name,file_name from dba_temp_files;
    Spfile -----------> show parameter spfile
    Pfile --------------->
    Passwordfile ---->
    tnsnames.ora -->
    listener.ora------>
    sqlnet.ora ------>
    oratab ------------->
    Thanks
    Shiju

    orashiju wrote:
    Hi,
    I am preparing the filenames and paths for the oracle database files.....but I am not able to complete this one...Will you Please help for filling this one.
    Controlfile ---- > select name from v$controlfile;
    Redologfile -- > select member from v$logfile;
    Datafile --------- > select tablespace_name,file_name from dba_data_files order by 1;
    Tempfile --------> select tablespace_name,file_name from dba_temp_files;
    Spfile -----------> show parameter spfile
    Pfile --------------->spfile and pfile are located under $ORACLE_HOME/dbs/
    Passwordfile ----> passwordfile is located under $ORACLE_HOME/dbs
    tnsnames.ora -->
    listener.ora------>
    sqlnet.ora ------>all above files are under $ORACLE_HOME/network/admin
    oratab ------------->depends on operating system. Usualy under /etc/oratab

  • Programmatically change filename and path for PDFCreator

    Hello,
    I know that creating PDFs is a common question on the forum but I've yet to see someone with the same problem that I am encountering.  I'm following the example at http://decibel.ni.com/content/docs/DOC-4552#comment-12005.  I posted a question on this page but am posting again here for hopes of a faster response.
    I am able to create a pdf of the test.txt file.  However, I am unable to change the path or filename.  No matter what I select the file is created with the name and path defined in the autosave options of PDFCreator.  Since the file is created, I know that the reference is correct.  It seems that the cOption invoke nodes are not working.  If I turn on autosave in the PDFcreator options, I am prompted with a save as window.  This means that my command to use auto-save (in the config subvi) is not working.  Likely, the autosavedirectory and autosavefilename are also not doing anything.
    I'm at a loss because everything appears to be correct.  Any thoughts on what could be wrong?   (labview 8.6.1     PDFCreator 0.9)
    Solved!
    Go to Solution.
    Attachments:
    Testing PDF Creator.vi ‏9 KB

    Hello,
    Have you tried downloading the latest version of PDF Creator? It looks as though it is at 1.0.1 now. If this is a problem with the ActiveX interface, it may be resolved in the latest version.
    -Zach
    Certified LabVIEW Developer

  • Inserting filenames and pathnames into headers

    According to Pages '08 help:
    "Using Headers and Footers
    Add headers and footers to give your documents page-by-page identity by showing the date and time, page number, or filename and pathname."
    OK, I wish to add automatically updating filenames and pathnames in my headers.
    Except there appears to be no way to do it?
    Can you help?
    Thanks

    Hello
    Here it is:
    -- [SCRIPT]
    tell application "Pages" to set u to path of document 1
    (* "/Volumes/AluIce2504vide/autour d'iWork'08/documents_Pages/La cigale et la fourmi.pages" *)
    set ky to "/Volumes/"
    if u starts with ky then
    set u to text (1 + (count of ky)) thru -1 of u
    (* "AluIce2504vide/autour d'iWork'08/documents_Pages/La cigale et la fourmi.pages" *)
    else
    if character 2 of (0.5 as text) is "," then
    error "Impossible de recoder le chemin" & return & "«" & u & "»" number 701
    else
    error "Can't parse the path" & return & "“" & u & "”" number 701
    end if
    end if
    set u to POSIX path of u
    (* "/AluIce2504vide:autour d'iWork'08:documents_Pages:La cigale et la fourmi.pages" *)
    set u to text 2 thru -1 of u
    set the clipboard to u
    (* "AluIce2504vide:autour d'iWork'08:documents_Pages:La cigale et la fourmi.pages" *)
    -- [/SCRIPT]
    Save it as an application.
    yourStartupDisk:Users:yourAccount:Library:Scripts:Applications:Pages:
    maybe you will have to create the Pages folder and even the Applications one.
    Select the document in which you want to paste its pathname
    Execute the script from the System's Scripts menu
    Paste where you want.
    Yvan KOENIG (from FRANCE mercredi 28 novembre 2007 18:40:01)

  • Message filename and path is too long to be copied-How to fix?

    On Windows 7, TB ver 24.6.0, I use a program called SecondCopy to copy my email at shutdown from my C drive on my workstation to our file server.
    I get several messages each day like this for the copy to be saved on our network data share:
    7/4/2014 9:07:16 PM - Unable to create \\Oz\Data\System\Users\billr\AppData\Roaming\Thunderbird\Profiles\5kxps6et.default\ImapMail\imap.googlemail-4.com\INBOX.mozmsgs\urn.correios.msg.201211050157328fade3baa08b405e9a940681276b34d9%401352080653478.rte-svc-onebox-na-1d-i-8da6c8f1.us-east-1.amazon.com.wdseml Cannot create file "". The filename or extension is too long
    I've done some abbreviating of folder names, but my names pale in comparison to the LOOOOONG names TB gives them.
    How can I fix this?

    '''''I've done some abbreviating of folder names, but my names pale in comparison to the LOOOOONG names TB gives them.'''''
    That is because wdseml files are simply files created to allow windows search to index your mail. I do not allow it and safe quite a lot of totally wasted disk space on a feature I do not use. Thunderbird has a perfectly good search engine. At least as good as windows search.
    Your mail is stored in MBOX files higher up in the profile along with a file of the same name with an MSF extension that indexes the folder contents. One file and one index per folder of mail. In the example above, it will be \\Oz\Data\System\Users\billr\AppData\Roaming\Thunderbird\Profiles\5kxps6et.default\ImapMail\imap.googlemail-4.com
    So I would suggest backing up your profile minus these space takers and seriously consider simply disabling windows search. Tools menu (Alt+T) > options > advanced > General under system integration.
    Beyond that we all have to live within the 256 character limitation on path length imposed by windows.

  • Adding filename and path to Adobe Designer form footer

    We are developing a form and Document Control required the form have a field on the form footer to show the live "Path & filename".
    I need what is shown in the properties under "File" to show up in the footer. I have been unable to locate the correct syntax to type in the footer.
    Can you tell me how this can be accomplished?

    Create a field on your masterpage. Get rid of the caption, appearance=none and set as Protected. Also set your width to expand to fit. In the layout:ready event of your field, add this JavaScript:
    this.rawValue=event.target.path
    That should do it.
    Kyle

  • Add filename and path into PDF-form

    Hello,
    I create different PDF-forms for our company with LiveCycle Designer 8.2.1 .
    Now I have to integrate the name of the form-file and its path automatically into the form. My idea is to place a text-field, I will give the type "calculated" in the value-tab of the object-palette. This Text-field should be filled with the file name and the path where it's stored in the background. I find these two values in the info-tab of the form-properties dialog-box. My questions is: How do I get these values, that I can place them via script into my text field?
    Can someone give me a hint? Thanks.

      To get the path ... event.target.path;
    To get the file name .... event.target.documentFileName;

  • FileUpload get filename and PATH?

    Hi everybody,
    is there a chance to get also the path from where to upload a file using the fileupload-UI?
    Thanks a lot
    Regards Mario

    Mario,
    No, this is not possible due to security restrictions imposed by browsers
    VS

  • Filenames and paths in applets

    I've made an audio recording applet wich records and plays back audio. When it's run in a browser it records the wavefile to my home directory, but when it plays back it looks for the file in the classfile directory. When I run it with appletviewer the file is recorded to and played back from the classfile directory, as it should.
    Now I've tried and tried to find what's different in the two classes (recording and playback), but I cannot find the reason why it's looking in these two different locations for the file when ran in a browser.
    If someone's got any idea...? Is there a way to specify to java that you want to use the home directory? Something like $HOME in shell scripting?
    Thanks for any suggestions.

    Hi, You can try playing with the java system properties (check http://leepoint.net/notes-java/io/30properties_and_preferences/40sysprops/10sysprop.html ) to get the working dir or temp dir, also you can modify them so the file is created in the temp dir and read from the temp dir always.

Maybe you are looking for

  • Layer break solution for a single 2 hour continuous timeline (DVD-9 DL) in GEAR?

    Having a single 2 hour continuous timeline in Encore project. When the project is exported there isn't any non-seamless cells in the layer break window that GEAR is providing. According to DVD specification the layer break should be set to a non-seam

  • Text appears different in swf

    Hello All, Newbie here ... I type a simple text in Dreamweaver (CS4) like: "This is a sample text" I am using Arial Unicode MS with a 13 point size. Now, I insert the same text file through Flash with all the same parameters. But the text looks sligh

  • Downloading flash player problems

    Im trying to download Adobe Flash Player however wants i allow the activex, it still wont load. comes back with a message the Windows classifies it as an unknown publisher. I had tried disabling my firewall however this did not help. any suggestions?

  • 9iDS Release 2 - what and when

    I read all this marketing hype with Forms/Reports 9 but the inference is that they are in a 9iDS Release 2. When will this be available and what exactly will it give me over ver 1.0.2.4 (May-01). I have the same problem with 9iAS Release 2 - what com

  • Email links not opening in browser

    When there is a web link inside an email, it will not link to the browser if I left click on it and also won't open if I right click on it and click on "open link in browser". The cursor blinks but nothing happens. I am able to right click and choose