Is there a way to number the pages you print? Example. If I have a 12 page form and want to only "print selection" pages 1,4,7,8,9. and have the pages numbers on the pdf 1,2,3,4,5 how would I do this?
Is there a way to number the pages you print? Example. If I have a 12 page form and want to only "print selection" pages 1,4,7,8,9. and have the pages numbers on the pdf 1,2,3,4,5 how would I do this?
I would hide page numbers on the pages and create a behavior behind the button that says print. When the button is pressed, set the state of the page numbers to normal, print the pages, then hide the page numbers.