Answered
How can I create a text field by using javascript?
Question in the title. I think it is possible but apparently I'm too unable to do it ![]()
Question in the title. I think it is possible but apparently I'm too unable to do it ![]()
This code will add a 100x100pt text field (called "Text1") at the lower left corner of the first page of the file:
this.addField("Text1", "text", 0, [0,100,100,0]);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.