Hi Team,
We are filling pdf acroforms using aspose pdf. While filling we are changing Color for that field also. For that we are using code like below
Def…...setTextColor(color); textField.setDefaultAppearance(defaultapp);...defaultapp.setTextColor(color); textField.setDefaultAppearance(defaultapp);...