Java Script to allow character spacing in editable PDF?
So, through this forum, I have learned how to have text displayed when I have created editable text boxes in acrobat (thank you, George Johnson)so that the client can open in Reader and see example text
// If field is blank, display this text
if (!event.value) event.value = "Your name here";
by inserting in to Custom Format Scripts in Text Field Properties......can we take this one step further and space the lettering in this field?
Karen
Karen Thring