Printing a fillable PDF form with scrolling text fields
Is there a way to show all typed text typed into a scrolling text field when you print a fillable PDF form even if all of the text is not visible on screen (because it extends the text box)?
Is there a way to show all typed text typed into a scrolling text field when you print a fillable PDF form even if all of the text is not visible on screen (because it extends the text box)?
The basic code is something like this:
this.getField("FieldName").textSize = 0;
You can add it under the document's WillPrint event, and then change it back in the DidPrint event.
Regarding my second suggestion: It doesn't have to be a separate file. It can be done using hidden pages that are spawned especially for this purpose and deleted after the file is printed. I've developed similar scripts for some clients in the past so if you're interested in hiring someone to develop it for you, you can contact me via try6767 at gmail.com to discuss it further.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.