I am developing a form with text fields, and would like the colors of the various text fields to be custom colors, not necessarily the default ones that are loaded into Acrobat. I have the hex code, HSB, RGB, whatever I need; I just can't seem to find where to put in my colors!
I did see this post: http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=12579 but it didn't address custom colors. Thanks so much!
Valerie
Have you looked at the PDF Reference or the Acrobat JavaScript API Reference?
PDF's and PDF forms do not use the hex code values for color intensity, but uses a value from 0 to 1 for the intensity of the color component. The value or values will depend upon the color array that you will be using (Gray, RGB, or CMYK). You can use JavaScript within a PDF to dynamically modify the colors of a field.
George Kaiser