About 50 results
Open links in new tab
  1. how to edit or add javascript to a pdf file. (JavaScript)

    how to edit or add javascript to a pdf file. How to look at and or the java script in a pdf file? mikeconley

  2. Javascript to attach a file into a PDF (JavaScript)

    Javascript to attach a file into a PDF I am an Applescripter with a bit of experience in Javascript so am able to put Javascript functions into the applescript with the "do script' command. We have the need …

  3. Create a dynamic date in a custom stamp (JavaScript)

    Create a dynamic date in a custom stamp Thanks for the info on adding a date field to a form. I have created a form with a date field that I use as a custom stamp to "stamp" other adobe documents. …

  4. Creating a custom dynamic stamp with user name (JavaScript)

    Creating a custom dynamic stamp with user name I have created a custom dyanmic stamp that says "completed" with the date and time using javascript event.value = util.printd (“h:MM tt, mmm dd, …

  5. how do I create a stamp that functions like a fillable form?

    I want to create a stamp which can be added to a received pdf that has fields available to add information now part of the saved document.

  6. alert box (JavaScript)

    You could add the following to your script to observe what happens when you select various buttons or close the pop-up without selecting an option: // A MouseUp action var nButton = app.alert ( { cMsg: …

  7. How do i get a form to populate the date automatically?

    In Acrobat: The script you create to display the current date when the document is opened is a document level script. To create an automatic date field:1. Select Tools > Forms >. Edit > Add New …

  8. Populate a text field from a drop down box (JavaScript)

    Supposing the drop-down list field is named as "Dropdown1", you can add the following script as a Custom calculation script to the read-only text field: event.value = this.getField("Dropdown1").value; …

  9. Can I add a SUBMIT button that will send the form to my email address ...

    Onthe button properties, go to the Action tab, select trigger Mouse Up, select actionRun a JavaScript, click on Add…, then enter following script with your information.

  10. Auto populate a drop down list based upon the results from another …

    Considering your previous question, and that you set the export values of “Purple Team” and “Red Team” as "PT" and "RT" respectively, you can add the following script as a Custom Keystroke Script …