Skip to main content
Participant
April 19, 2016
Question

How to create one blank page in version 9.0?

  • April 19, 2016
  • 1 reply
  • 688 views

Hi Everyone, I am using Adobe Acrobat 9.0 in PC version.

How can I create one blank page to insert the after Page 1 and before page 3 ?

Many Many Thanks

This topic has been closed for replies.

1 reply

Inspiring
April 19, 2016

There's not a built-in feature, but you can open the interactive JavaScript console by pressing Ctrl+J, enter the following line of code:

newPage(pageNum);

and press Ctrl+Enter with the line of code selected. It will add a blank 8.5"x11" page after the current page.

Participant
April 19, 2016

Many Thanks, George_Johnson