Forms with image field?

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

  1. #1

    Default Forms with image field?

    I am working with Acrobat 6.0 Professional on a Mac OS 10.3.3.

    I need to create some PDF documents that will be posted to a website for download by a variety of small business users who will open them fill in their company name and address AND if possible paste their company logo into an image field and be able to save and print them.

    Is this possible with either Acrobat 6.0 or 3rd party software?

    Any help/advice would be greatly appreciated.
    John_W_Massey@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Forms: Text field - auto fill another field?
      Someone PLEASE help me... how do i structure a form so that when text is entered into one field, it auto-fills other fields on the form that are...
    2. Forms Insert Image Field?
      I want to create a form for a client with the standard form elements that can be filled out and saved with Reader. This seems to be the case with...
    3. Forms: How do users know which field they are in?
      MarkATS, Thanks, we did use Javascript to highlight each field. Our form is here: <http://www.innovativesigns.com/InnovativeLRF106.pdf> Each...
    4. Show image from SQL Image Field ?
      Hello: I've tried showing an image field from an MS SQL Server 2000 image field on an ASP page but All I get is this...
    5. Forms Pivot Table - adding field
      I'm rather new to Access and I haven't been able to find an answer to this situation in Access Help, Access Bible or in another training guide. ...
  3. #2

    Default Re: Forms with image field?

    This article by Ted Padova is about Acrobat 5, but it looks like it does what you want:
    <http://www.planetpdf.com/enterprise/article.asp?ContentID=6055>

    Basically, it says to make a button for the field type, add an action to the button, choose Javascript as the type of action and in the Javascript Edit box type: event.target.buttonImportIcon();

    When the user clicks the button, a dialog box opens to navigate to the image.

    As far as saving the file, unless they have Acrobat and not just Reader, saving isn't possible without you buying and maintaining an expensive server solution.
    A_K_Noorian@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