Skip to main content
August 14, 2017
Answered

Setting selected printing of PDF

  • August 14, 2017
  • 1 reply
  • 336 views

I have created a 3 page PDF and I need the First/instruction page NOT to print, How can I make this happen?

There has to be a way for me to set up the printable pages, so that first page does not print with the other 2.

Please help!!

This topic has been closed for replies.
Correct answer try67

You can create a button that opens the Print dialog with just the desired pages entered for printing, but you can't prevent a page from printing entirely. What you can do, though, is place the contents of that page on a non-printing layer, so it will print as blank, even if the user tries to print it.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
August 15, 2017

You can create a button that opens the Print dialog with just the desired pages entered for printing, but you can't prevent a page from printing entirely. What you can do, though, is place the contents of that page on a non-printing layer, so it will print as blank, even if the user tries to print it.