Hello, I have a problem when completing a text field, I can’t get it to be justified correctly.
My code:
var notesField = sheet.Form.Fields.AddText(fields[code]!.Page!, boundClauAdic.Left, boundClauAdic.Bottom, boundClauAdic.Width, boundClauAdic.Height);
notesField.MultiLine = true;
notesField.ScrollLongText = false;
notesField.Appearance.TextAlignment = PdfTextAlignment.Left;
notesField.Appearance.FontSize = 0;
notesField.Appearance.FontFace = new PdfFontFace("Helvetica");
sheet.Form.NeedAppearances = true;
notesField.Value = replaceItem.Value;
But the interesting thing is that when I open it with Adobe it looks bad but in Google Chrome it looks correct.I attach an example.
In Adobe: