Open sukhendu321 opened 3 months ago
Hi @sukhendu321 currently there is no API for setting text color to text fields individually during filling or flattening. Setting separete text color for each text field is only possible when creating the form. Can you check this example https://github.com/unidoc/unipdf-examples/blob/master/forms/pdf_form_with_text_color.go ?
hey @kellemNegasi thanks for the reply Could you please let us know if there are any plans to incorporate this feature in future updates?
Looking forward to your feedback.
Unidoc version: v3.61.0
fieldAppearance := annotator.FieldAppearance{OnlyIfMissing: true, RegenerateTextFields: true}
@kellemNegasi i am trying to change different fieldData with different colour but it is changing all the fieldData colours.
Expected behaviour is to change specific fields with specific colour