Aspose Total Character Spacing in TextBoxField

Hi,


is there a way to set char spacing in an TextBoxField?


thx

Hi,


Thank you for contacting support. Please note, Aspose.Pdf API mimics the behavior Adobe Acrobat. Please list down the manual steps to set the character spacing in a textbox field using Adobe Acrobat. You may also provide us your input and output PDFs in this forum thread. We’ll investigate and reply you appropriately. Your response is awaited.


hi thx for the reply.

my objective is a character distribution on the textbox like the option of the Comb Of Characters in adobe.


Text Fields

Text fields accept user input, which can be alphabetic characters, numbers, or both.

Comb Of Characters

Spreads the user-entered text evenly across the width of the text field. If a border color is specified in the Appearance tab, each character entered in the field is separated by lines of that color. This option is available only when no other check box is selected.

Text fields in Acrobat
answering my own question for people o have the same problem as me.

to set a comb of characters use
FormEditor.SetFieldCombNumber(field_name, number_of_char);

happy coding everyone.
Hi,

Thank you for the answer. It is nice to hear from you that the problem has been resolved. You may contact us again for any further assistance or questions. We'll help you appropriately.