Skip to main content
Participant
September 7, 2016
Answered

Printing Only Pages with Data

  • September 7, 2016
  • 1 reply
  • 477 views

Hi, is it possible to print only the pages of a Form that have field data completed?  I know you can select the pages manually but is it possible for the software to recognise that a page has data filled in therefore print?  Thank you

This topic has been closed for replies.
Correct answer Doug Hanna

Yes.  You would write a JavaScript routine that would go through each page, then each field on each page, and check to see if the .value of the field was empty or not.

There are programmatic ways to do this.  The Acrobat JavaScript reference guide is your friend.

JavaScript for Acrobat | Adobe Developer Connection

Thanks

Doug

1 reply

Doug Hanna
Doug HannaCorrect answer
Inspiring
September 7, 2016

Yes.  You would write a JavaScript routine that would go through each page, then each field on each page, and check to see if the .value of the field was empty or not.

There are programmatic ways to do this.  The Acrobat JavaScript reference guide is your friend.

JavaScript for Acrobat | Adobe Developer Connection

Thanks

Doug