Copy link to clipboard
Copied
I have a fillable form created with Adobe Acrobat, but my users have Adobe Reader only, they want to change text colors in different fields. How can this be achieved?.
Thank you all
Copy link to clipboard
Copied
Reader has no user interface for field properties but it can be done in Reader with a script. You would have to create an interactive field or fields in Acrobat Pro first that changes the text color. The command to change the text color is
this.getField("TheFieldName").textColor= (a color from the color object);
Copy link to clipboard
Copied
Allow Rich Text Formatting in the form text field and users can change the color of text.
Copy link to clipboard
Copied
...by selecting the text and pressing Ctrl + e to activate the Rich Text toolbar.