Button form field. Acrobat St /Prof?

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Re: Button form field. Acrobat St /Prof?

    Has anyone found a way to do what the ButtonImportIcon feature allowed users to do in versions of AR before 6.0?

    I don't understand how they could see it appropriate to remove a function that people have developed around and deployed.

    I'm wondering if I'm missing something obvious.

    Thanks
    J_Webb@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Pls All Prof I need HELP !! ADOBE ACROBAT PRO 9.0.0
      I don't have Acrobat 9 yet, but here is how to do it in 8: The Acrobat conversion will indeed make a grayscale (one color) file. These settings will...
    2. required field vs disabled submit button.in a form
      I'm trying to make my email field required. Have seen and tried multiple solutions from this forum, with no success. I think it has something to...
    3. use button to add form field
      How do I use button to add form field in the same window? I want when user click button then It show up more text area for them in the same window.
    4. Acrobat form field color help
      I'm using Acrobat 6.0.2 to create fill-in-the-blank forms to be printed by a commercial printer. I need to assign specific Pantone colors to the...
    5. Acrobat 5 form tool - Acrobat 6 pro button security problems
      I have created documents in version 5 adding 'ineractivity' with the form tool, eg, next page, go to first page, to contents etc. and just copied my...
  3. #2

    Default Re: Button form field. Acrobat St /Prof?

    I don't understand it either. I've read vague references to security issues, but have not heard any compelling (or otherwise) reasons for removing this.

    There are a number of alternatives, including using document-level icons and FDFs. Whether one of these is a reasonable substitute depends on the application.

    George
    George_Johnson@adobeforums.com Guest

  4. #3

    Default Re: Button form field. Acrobat St /Prof?

    I was using this script to display a graphic signature pulled from the users home directory.
    Works great in AR5. I realize it is not digitally secure but it works for the application at hand.

    * ************************************************** ***** var a = this.getField("DisplaySignature");

    var dateField = this.getField("EmpSignDate");

    var theDate = new Date();

    a.buttonImportIcon("G:/signature.pdf");
    a.display = display.visible;

    dateField.value = util.printd(2, theDate);
    * ************************************************** *****
    J_Webb@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139