Copy link to clipboard
Copied
I recall a few years ago, I made a PDF and made it so the fields did not print.
What I want; If the user fills out the form on the PC, then print it, all the user data shows up.
If they just print the form to complete by hand, I do not want fields to show up.
Does that sound like a javascript thing?
Copy link to clipboard
Copied
If the fields are empty, why does it matter if they are printed out? Or do they have a fill color that blocks lines for text to be filled-in manually, or something like that?
Copy link to clipboard
Copied
You can select multiple fields at once and edit the border color for all of them at the same time.
What you're describing is possible with a script, but I'm just not sure it's needed. If you do want to do it you would need to check the values of all fields (under the document's Will Print event), and if they are all empty, set them as hidden, then use the Did Print event to set them back as visible.
Copy link to clipboard
Copied
If the fields are empty, why does it matter if they are printed out? Or do they have a fill color that blocks lines for text to be filled-in manually, or something like that?
Copy link to clipboard
Copied
I suppose you have a point. Although this is a table, which already has a border, so looks chunky. If its completed first then printed, not so bad. But to just print it and having to write in the area with a pen...may be a challenge to some, and would not look the best.
I think I could go to properties and set each field to no border, but there are 30-40 fields each of the 2 forms.
So I was looking for a way to maybe, If any field is copmplete, print everything. If no fields are complete on printing, dont print the borders.
I may have to re-think this.
Copy link to clipboard
Copied
You can select multiple fields at once and edit the border color for all of them at the same time.
What you're describing is possible with a script, but I'm just not sure it's needed. If you do want to do it you would need to check the values of all fields (under the document's Will Print event), and if they are all empty, set them as hidden, then use the Did Print event to set them back as visible.
Copy link to clipboard
Copied
Another option is to add a (non-printing) button to the form that will do it, so the user can always have the option to print a blank version of the form, if they wanted to.
Copy link to clipboard
Copied
A button would not do. Already limited space. Its a gov form, they need simple. LOL
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more