Acrobat 9 - how do you create a dynamic stamp to include the current date (java script)

I have seen my question multiple places and times but the resolutions provided have not worked for me.
I am running Acrobat 9 Pro, cannot run X or XI due to the use of ProSystem fx Engagement.
I want to create what I thought would be a simple stamp. My initials and the current date. i.e. "crm 01/10/13".
Simple right? I created a PDF of my initials. Now I just need the text field with the proper Java Script to insert the date, correct?
I have tried opening "Dynamic.pdf" and copying and pasting the text field that includes the Java Script:
" event.value = (new Date()).toString(); AFDate_FormatEx("h:MM tt, mmm dd, yyyy"); "
The date does not update, it stays static.
I have manually entered the Java Script.
I have edited the Java Script to remove the "Ex".
I have edited the Java Script to revise the "yyyy" to "yy".
I have edited the Java Script to remove the " h:MM tt, " trying different formats to get "dd/mm/yy".
I have selected "Use single-key accelerators to access tools" in Preferences/General.
I have tried PDF files, PNG files. I have created the image files from Word and Excel.
I am at my wits' end. Can someone PLEASE assist me to resolve what should be a simple issue (I hope).
Thank you in advance.

Thank you for your response.
Your script works well, but I still have the same issue.  The date is remaining static to the system date when the stamp is created.  My initial idea was to create a pdf of my initials "crm" and then add the text field with the java script for the date behind my initials.  "crm" + (TEXT FIELD with JS).  I wanted 3 stamps, red, blue and green.  The colors correspond to specific processes in our workflow.
Your script adds my initials as well as the date.
My machine is running Windows 7.
My stamps are located:
C://Documents/Acrobat Stamps/...
Acrobat templates:
C://Program Files (x86)/Adobe/Acrobat 9.0/Acrobat/plug_ins/Annotations/Stamps/ENU/...
I have no problem creating stamps, just a stamp that will use the current system date.  I HATE using the typewriter for my initials and the date.  I guess I can stamp my initials and then type the date...but what is the point?
Do you have any further thoughts or suggestions?
Thank you very much.
crm 01/11/13 

Similar Messages

  • Newbie: how to create a dynamic select list of the current date + 5 years

    Hi - I'm a JSP newbie (coming from a PHP background), and am trying to create a select list that contains the current year, plus 5 years. So, the list when generated (today), would display:
    2007
    2008
    2009
    2010
    2011
    2012
    Obviously, the code would need to generate inside the option tags, as well as in the value property of the option tag.

    function addit(){
              var val = 2012; //you can take this from js date object and strip it off
              for (var i=2007; i <= val;++i){
                   addOption(document.getElementById("mycombo"), i, i);
    function addOption(selectbox,text,value)
         var optn = document.createElement("OPTION");
         optn.text = text;
         optn.value = value;
         selectbox.options.add(optn);
    }without hardcoding:
    function addit(){
              var dd = new Date();
              var yearnow = dd.getFullYear();
              for (var i=yearnow; i <= yearnow + 5 ;++i){
                   addOption(document.getElementById("mycombo"), i, i);
    function addOption(selectbox,text,value)
         var optn = document.createElement("OPTION");
         optn.text = text;
         optn.value = value;
         selectbox.options.add(optn);
    in your jsp:
    <body onload="addit();">
    <form>
    <select name="mycombo">
    <option> Select year</option>
    </select>
    </form>
    </body>
    Message was edited by:
    skp71
    Message was edited by:
    skp71

  • How do you create a new apple id on the iphone

    how do you create a new apple id on the iphone 4?

    Why do you want to do that?

  • HT4191 iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.

    iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.  I've seen reference to the  "My iPhone" local storage put no mention on how you create this folder or access this folder within the Notes app.  I realize storing information in a local storage like this provides no syncing between other iDevices but that is exactly what I'm looking for.  I'm running iOS7.0.4 on a iPhone 5S, and a iPad Air.  Any help would be greatly appreciated.

    If you go to Settings > Notes > Default Account you will see "On My iPhone" as the default account and the only choice if you have not enabled syncing Notes in Settings >iCloud or Settings > Mail, Contacts, Calendars. If you have enabled syncing you can still select "On My iPhone" as the default account. When you are in the Notes app you won't see any accounts listed if you have not enabled syncing because they are all in the On My iPhone account and that is the only place possible. It is not a folder that you create.

  • How do you create a list from Contacts, including Photos?

    How do I create a list of Contacts, including photos in Address Book?  I want to print this list out.

    You can print a list by selecting a group and and using "File > Print".
    In the Print dialoge you can select a print stile for the list and and check, which attributs you want to have included. Only the photo is not selectable, sorry.
    use one of the styles "Pocket Addressbook" or "Lists".

  • How can I make iCal in Lion open to the current date?

    I just updated from Snow Leopard to Lion and have had all of the frustrations with changes to iCal that are well-documented here and elsewhere.  One issue I haven't seen addressed, however, is a new behavior after quitting and re-starting.
    Previously, no matter what month/day/week I was viewing when I quit iCal, it would open the next time to the current (month/day/week).  Now, it opens to whatever date(s) I was last viewing when I quit.
    This is highly annoying - 99% of the time, if I quit iCal while looking at (some date 6 months into the future), that is NOT the date I'm looking for when I re-launch.  It's much more consistent behavior to always re-open to the current date, in whatever view (month/day/week) I previously used.  So if today I launch iCal and I'm thinking about adding an event a month in the future, I open iCal, change to month view if needed, and go forward one month.  This is the way iCal always worked previously.  Instead, the version in Lion might leave me on any random month, depending on what I was doing when I closed the program the last time, and so I have to figure out "what month/week am I looking at?" before I know how to navigate.  Very irritating.  (As is the move of the forward/back buttons away from the month/day/week buttons, necessitating that I move the cursor to two different areas of the screen in order to navigate.  Whose idea was THAT?)
    I haven't found a preference to resolve this bizarre behavior change.  Can anyone help?

    Hi,
    I don't know of a preference, but have you used ⌘-T in iCal?
    Best wishes
    John M

  • How do you create a dynamic playlist?

    I want a playlist for my videos, preferably with thumbnails like the flash player Adobe offered with Popeye sample/test videos. How do you configure the player for that? I believe it's by Kaltura, and their website shows that feature but I can't find it mentioned in the documentation. Thanks!

    Hi mfuller52654,
    Currently in Strobe MediaPlayback we have support for:
    - simple playlists (m3u format): no thumbnails or title, example in http://osmf.org/dev/1.5gm/StrobeMediaPlayback.html?src=playlists/playlist.m3u
    - JS playlists, without autoadvance - a sample can be found at http://osmf.org/dev/1.5gm/jsdemo.html
    I think the second option can help you create your thunbnailed playlists.
    Tell me if this helped,
    S.

  • How do you create a bootable back up of the hard drive w/ disk utility?

    I think it's pretty incredible that the most basic of basic topics, how to create a back up of your hard drive using the native software Disc utility, is nowhwere to be found. I tried searching "create bootable back up" and amazingly enough nothing comes up. Anyway.... can anybody let me in on this top secret information, I would really appreciate it. Once again the objective is to make a bootable clone of my hard drive onto an external disk. Thanks for the help,
    -BK

        Are you saying I could still use Disk Utility's Restore function to clone a 90GB startup drive, that had 40GBs used, to a clean 60GB backup drive?
    Correct. The size of the source drive is completely irrelevant – as Kappy is saying, it's just the size of the data to be copied that counts. (An explanation that some people like is that "empty space is not copied").
        I've always used a dedicated backup drive that was larger than my startup drive
    Nothing 'wrong' with that, but unnecessary. Same size would be large enough for any future possibility. Theoretically, if you had a 250GB internal drive but knew that you would never have more than 20GB of data on it, a 40GB backup drive would be considerably more than sufficient (a bit of a silly example, but true). Other considerations: 1. you already know about the 15% free space recommendation, and 2. with drives, 'bigger' is nearly always a better investment for the future. I would always advise someone about to buy a drive to multiply the size they were thinking of by at least 4.
        always reformatted and zeroed it
    Again not 'wrong', but overkill. A simple 'erase' (2 seconds) would suffice – erased is 'clean' enough. Consider that those, like myself, who do "synchronized" backups (copying only added or changed items for the saving of time) NEVER erase the target, or just once in a blue moon. If your backup drive is stationary on your desk the chances of it developing another bad block are close to nil. The time when a re-zeroing (mapping out of bad blocks) becomes imperative is immediately after the cat knocked the drive onto the floor! We are in the main talking here about a software solution (the mapping) of a hardware problem, physical imperfections on the surface of the disk.
    =-=-=-=-
    Regarding 'other stuff' on the backup/target drive, our suggestion for CCC users is:
    [Note that this is NOT for the situation where the target is to be erased every time.]
        For your first cloning you should find a temporary home for that stuff on the external drive so that you can prepare the drive correctly [instructions…] After that you can move that 'other stuff' back onto the external drive.
        If you absolutely cannot find the needed 'temporary home' you can proceed anyway but you must take responsibilty for any consequences due to inadequate preparation of the drive (e.g. not 'zeroing' it to map out any bad blocks) – you should be OK but it is a question of luck. For subsequent clones, and for this first one if you wish to proceed, you do not need to move that 'other stuff' if you do as follows…
        You have to ensure that the clone will not interfere with that other stuff. Put all that 'other stuff' into a folder (with sub-folders as you desire) on the target (at root level, i.e. what you see when you dbl-click on the disk icon) and give that folder a unique name, i.e. a name which you know you will never use on your source drive. If you did have such a folder on the source the cloning would make the folder on the source overwrite the one on the clone, so choose the name with some thought. (How about: "Nevercall_methis"? ;=))
    A dedicated backup drive is, beyond doubt, to be highly recommended as the best arrangement. 'Other stuff' on that drive is possible, easily 'do-able', but is often the cause of complications at some stage. (Buy another drive! ;=)).
    "Buy another drive" is not just me being facetious. If you data is vital to you, you should have TWO backups on different drives. Consider this: while you are cloning/backing up, you actually have NO backup – a power outage and all, source and backup, could be lost at the same time – unlikely but not impossible. I do hate to be a harbinger of gloom, but…
    Happy cloning!  ;=)
    Moderator, forums.bombich.com

  • How do you create new groups within Contacts on the iPad?

    Can you create new groups within Contacts directly from the iPad, iPhone,or do you have to do it on the computer first?

    The easiest way is to get the app called group e mail.  There are a couple of others as well.  There is a way to do it on your computer, and sync it, but I find that personally frustrating.  :).  Save yourself the aggrevation, and get the app, that works pretty well.

  • How can you display a dynamically loaded vi to the Web Server?

    I am working with LabView 6.1 and the Web Server. I can call a subvi and have it display on a remote machine using a browser with no problem. But what I would like to do is dynamically load and run a vi and have it display on the remote computer using only a browser. I have tried a small example of a front panel that invokes the run vi method (and fp.open prop) on another vi when a button is pressed, but the invoked vi is displayed only on the local computer. Is there any way of viewing dynamically loaded vi's on a remote machine without having a copy of LabView running on it?

    If i understand your question correctly, you want to monitor vi that are dynamically loaded on a remote machine without having LabVIEW installed on the machine from witch you want the monitor. I don't think it's possible how ever a good reference book would be Internet applications in LabVIEW. You can find it on BARNES&NOBLE.
    Hope i could help

  • Create a dynamic stamp that ask the user to choose the icon to show

    I need to develop a interactive stamp.  The user should be able to enter text and a graphic that shows in the stamp.  I have been able to make this work when the stamp file is open but it would not work if I only have open the document in which I'm going to place the stamp.
    var cAsk = "Enter Exhibit Number" ;
    var cTitle = "Exhibit Number:  ";
    if(event.source.forReal && (event.source.stampName == "#eNVzyyEc8k0TPW34bdjlxB"))
      var cMsg = app.response(cAsk, cTitle);
      event.value = cMsg;
      event.source.source.info.exhibit = cMsg;
      var a = this.getField("Sign");
      a.buttonImportIcon()
    The user enters the exhibit number and then should be able to browse for an icon to be shown in the button "SIGN".  As I said, this works if I have the stamp pdf file open.  However, when I close it, it does not ask the user to select an icon.  It only ask the user for the exhibit number.  Any ideas why this is happening and how I can make this work?  Even if I have to open the stamp pdf file in the background to make it work.
    Thanks!

    You have to first configure a text field so it can be used for file selection. You do this on the Options tab of the field properties dialog. In order to select the corresponding check box, make sure only the "Scroll long text" option is selected.
    You then can set up a button that has the following JavaScript attached to the Mouse Up event:
    // Mouse Up script for button
    getField("upload_text_field").browseForFileToSubmit();
    Replace "upload_text_field" with the actual name of the file selection text field.

  • How do you create a shared photo stream on the ipad

    I've updated my iPad (3rd gen) to iOS 6 but I can't figure out how to create a shared photo stream.
    I've followed the instructions on apples website but it's as if the feature is missing.
    Anyone else tried using the feature?

    Went crazy since I had no "new iCloud agreement" request. Anyway I updated my account infos and finally found in Settings  > iCloud > Photo Streaming the button to enable Shared Photo Steams button

  • How do you create a section in labview using the configurat​ion file vis

    I'm trying to create a new section in Labview. All i see is the possibilties to read sections and keys, write keys, delete sections. Is there a way to write a new section in Labview.
    Thanks,
    Brandon
    Solved!
    Go to Solution.

    When you write to a key, you have to supply a section.  If the section isn't there, then it will be created.  Basically, you can't have a section without any keys.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How do you create a new resource group from the new portal?

    There's no option for new resource group when you click the "+" button. Am I missing something?

    Hi mticb,
    As far as I know, we couldn't create an empty resource group in azure preview portal, please vote this similar feedback at:
    http://feedback.azure.com/forums/223579-azure-preview-portal/suggestions/6182477-create-resource-groups, sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do you create a chart that resizes as table of data resizes

    I have a table which has a variable number of constituents (for the x axis). I have a variable field that determines a matched look up from a much larger database and this populates a table which in turn feeds my chart. Only problem is at the moment the chart has to read data from a v large set of data to capture any eventuality - in this case the graph often has a large gap to the right when data isn't in the table.
    Excel can get around this. Can Numbers?
    Thanks.

    You can filter your table so non-blank rows are hidden. The chart will then not include those rows.

Maybe you are looking for

  • Not equal is not working

    hi i write code in co extension below if (!weight.equals(weight_perc)) is not working how ever if("Core Objective".equals(Coreobjective)) is working here weight & weight_perc both are integers and Core objectives are string. public void processFormRe

  • Error in Inbound B2B: AIP-50031:  B2B adapter general error: java.lang.Null

    Hi, I am getting the following error in inbound B2B - Custom Document over Generic Exchange - SFTP Description: B2B adapter general error StackTrace: Error -: AIP-50031: B2B adapter general error      at oracle.tip.adapter.b2b.engine.Engine.processIn

  • Can't install 2005-09-23 to mac

    I have tried millions of times to install this ipod update to my mac so I can update my ipod. but all I see at the end is this with no option to install http://padrons.com/2005-09-23doesnotwork.tiff if any of you have this update already installed ca

  • Xorg lockup on Solaris 10 x86

    As reported on the HCL and a sun blog, Solaris 10 x86 installs on an EPIA ME6000 using Xorg and VESA drivers. But when I switched resolution to something other than 640x480 I get this white screen with some garbage text (it looks like text mode). I g

  • Authentication for WLC

    Hi, I have a WLC (4404), and it is configured for authentication in ACS. When I conect in WLC whit browser (HTTPS), I put my username and password from ACS, and it works. However, if I put the local username in WLC it works. I would like to disable t