Hi all,
I've designed a 18-pages form for every teacher in my school with Livecycle 8.2. Now we need to print all these filled forms (we are 60 teachers, so 60 of them) and send them to our local administration. 18x60=1080 pages to print!
The fact is that the form is very generic and every teacher only inserts data in 7-8 pages (as an estimate). If we could print only the pages of the form where the teacher inserted data, we could save a lot of paper and printer ink.
Is there a way to do so? And if not, there is any way to, in a automatic process, delete all the empty pages of a form, and then print it?
Thanks in advance,
Enrique Llorens
P.D. Let's save the trees!!!
- Create a loop over all of the form fields in the document.
- For each field, check if its filled in.
- If so, add the field's page number to an array, if it's not already added.
- When the loop is done, sort the array and then print each page in it.
Maybe there's a better way to do it, though...
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com