Acrobat form field color help

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

  1. #1

    Default 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 fields to match the base pdf file. I run into a problem when printing. The file separates into 5 plates. CMYK for the fields that are assigned the pms color and a fifth plate for the pms color that the base pdf file is created with. What I need is a file that prints just one pms color.

    Someone please tell me what I'm doing wrong so I can finish this project and move on with my life!!!!

    Thanks,
    Brenda
    Brenda_DePaula@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. FORM - TEXT FIELD Background Color
      The FORM - TEXT FIELD BACKGROUND colour sometimes defaults to YELLOW and sometimes not depending upon the words that precede it. Using CSS Styles...
    2. Acrobat (Stnd.) Form field questions?
      h'lo all, a couple of Acrobat (Standard) Form field "?"'s, if I may... I've downloaded a US Govt. document that's pdf & fill-in-able. D/L'ed three...
    3. 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...
    4. Acrobat 5.0 Calculating form field data
      I created a spreadsheet adding rows and columns and I get an error message "f has no properties" when I enter data.
    5. Form Text field Color
      You need to use CSS, apply a class to the folrmfield you want colored .formfield { background-color: blue; } "David" <dross@si.rr.com> wrote in...
  3. #2

    Default Re: Acrobat form field color help

    You can't create form fields in spot color.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Acrobat form field color help

    Thanks for the quick response Aandi. Is there a way to accomplish what I need with Java scripting or anything else?
    Brenda_DePaula@adobeforums.com Guest

  5. #4

    Default Re: Acrobat form field color help

    I can't think of a way to get the fields to spot, directly or
    indirectly. Sorry.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: Acrobat form field color help

    Hey Aandi,
    Once again, thanks for the quick, if unwelcome, response. However, I'm sorta confused. I know of several print vendors that offer dynamic printing of business cards and forms. It sounds like what you're telling me is that they print these rather simple documents in 4 color rather than one. Is that accurate or am I missing something?
    Brenda_DePaula@adobeforums.com Guest

  7. #6

    Default Re: Acrobat form field color help

    There are more ways to do dynamic printing than forms. Forms don't
    even offer process color, and aren't really aimed at pre-press.

    Truly dynamic printing would require PDF editing on a server,
    something you can't do with Acrobat.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  8. #7

    Default Re: Acrobat form field color help

    What aspect of the from filed are you trying create using spot color? The background? The text?

    As mentioned earlier, form fields don't use spot color. If you want the background to be spot, then create the color/tint in you oroiginal document and create a text field with no background color.

    If it's the text you want to be spot, you might try this. Create the entire file using black and/or percentages of black. This will generate a single plate for printing. Then tell the printer to use your desired PMS color to actually run the job.
    Bret_Donaldson@adobeforums.com Guest

  9. #8

    Default Re: Acrobat form field color help

    Ok Aandi. We are using the FDF Toolkit with an ASP.NET application. From your experience, will it be possible to use spot colors in the fields or should we abandon the FDF Toolkit and go with a 3rd party product? If so, can you recommend one? By the way, the application allows our employees to dynamically create their business cards and send the print job to the vendor. Everything else about the application works fine, except I need to deliver the file to the vendor in a spot color. The background and design on the card work as spot color but the dynamically filled in form fields do not.

    Thanks for all your help Aandi!
    Brenda
    Brenda_DePaula@adobeforums.com Guest

  10. #9

    Default Re: Acrobat form field color help

    Bret,
    Thanks for the response. I tried that but the fields are still separating to 4 plates. Seems really strange but I think we're going to have to go a different route for pdfs that need to be professionally printed.

    Brenda
    Brenda_DePaula@adobeforums.com Guest

  11. #10

    Default Re: Acrobat form field color help

    I don't think the FDF toolkit can change things. There is no spot
    color in form fields, so far as I know (though I think with some
    effort and JavaScript you can have CMYK).

    There are many tools, but support for spot color is rare; you should
    probably make this the first thing to check.

    Aandi Inston
    Aandi_Inston@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