These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Printing a certain page of a multipage document

edhayes
Registered: May 15 2007
Posts: 4

Can anyone tell me how to print a certain page in a multipage document?
I am using acrobat 8.0

DanB
Registered: May 8 2007
Posts: 34
In Acrobat just select "File/Print" from the menu. When you do that a dialog box opens. In the dialog box you can select the page or range of pages you want to print.

Dan Barbaria
www.it-prints.com
edhayes
Registered: May 15 2007
Posts: 4
What I wanted to do is put a print button on certain pages of the document that contain certain forms that need to be printed out. I was hoping that I could set the button to just print the page where the button is.
So like if the button was on page 5, it would only print page 5.
lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
You can use the following javascript on your button to print just the current page:

this.print(false, this.pageNum, this.pageNum);

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.

LLMills
Registered: Apr 8 2010
Posts: 1
How can you let readers choose multiple pages to print without printing the entire file? I'd like to let readers create their own report by choosing different pages throughout the document to print. Is this possible?
lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
LLMills wrote:
How can you let readers choose multiple pages to print without printing the entire file? I'd like to let readers create their own report by choosing different pages throughout the document to print. Is this possible?
Do you mean outside of the using the print menu capability? Or printing using thumbnails?

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.