Answered
Hello,
New and have a couple of questions:
1) When making a form boxes. Is there a way to make the boxes show on adobe reader for people to see the form border on reader but the form border not print? I looked in form box properties and did not see a way to do that.
2) In Acrobat is there way to make the text wrap (go to a second line) in a large form area instead of typing off the page?
Thank you for your time
Kimberly
Added: By watching you video tutors I think I have question 2 figure out by making the properties and making the form to muli-line but question 1 still has be stumped. BTW - great video tutors.
The proper way to implement this feature is to use JavaScript on the "WillPrint" and "DidPrint" Document Actions. But if you're not a scripter there is an easier way.
Create two fields with the same name, same size, and same location. So they completely overlap each other. Make one visible on print without a border, and one visible on screen with a border. Since both fields have the same name they will also have the same value, no other modifications are necessary. Ones visible to the user on the screen and the user can type data into it, and the other prints with the same value the user typed in.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script