Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

PDF - add blank pg every other pg

Hello!


I googled this beforehand but I didn't find any satisfactory answers.


For university, I used to use a software called PDF Page Master for PCs to add a blank page every other lecture note slide. I really loved this system because it allowed me to write freely beside my slides with textboxes. I like to type a lot and I don't find inserting textboxes on the slides themselves very effective.


So far, the different PDF editors I have looked at (ie. PDFpen) can add pages but they don't have a 'every other page' option.


Does anyone know of a solution I could possible try?


It would be very helpful. Thank you in advance 🙂

MacBook Air

Posted on Feb 14, 2013 10:02 PM

Reply
7 replies

Feb 14, 2013 11:12 PM in response to Phalx

http://www.a-pdf.com/page-master/index.htm

^ This is the program I was using on my PC


http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php

And then ..

http://forums.adobe.com/message/3223303

^ using the script in the second comment


^ This is the only solution I have seen so far.

However, I have never used scripts before. Would it be at all possible for someone to explain how I would utilize these scripts?


Does anyone know something about 'Winebottler'? WIll it allow me to open a PDF Page master?


It would be really really helpful. 🙂

Feb 16, 2013 9:10 AM in response to Phalx

You can do this in preview - no additional software needed.




1. Create a pdf which is just an empty page. You can do this by printing an empty page and saving it as pdf in the printer dialog. The next steps work best when you save the blank page to your desktop.


2. open your pdf in Preview. Make sure the sidebar shows the page icons.


3. Drag and drop the empty pdf to the sidebar, to the place where you want an empy page. Repeat as often as needed.

Feb 16, 2013 4:10 PM in response to jguther

Some of my files are upwards of 100 pdf pages.

Since this is something I do everyday, it is not the most convenient method.


Is there anything that gives you the option to do it by only clicking one button?


I guess what I'm looking for is what is equivilent to 'A PDF-Page Master'.

It lets you insert blank pages after/before a page range (ie. slides 1-55)

Feb 16, 2013 11:08 PM in response to Phalx

Edit: I tried to use Winebottler for PDF Page Master

It sucessfully transforms the PC softare into Mac software.

However, it has a few errors. Most obvious is that you cannot see the PDF slides.

You can add, change the order of the slides, etc but it's not ideal because you can't see the actual informaiton on (they appear as red 'x's)


Alternatively, if there is no available program, does anyone know how to fix this?

Feb 17, 2013 7:18 AM in response to Phalx

I just created a very simple Automator action that does this. The key action is "combine pdf pages". If you select the "random" option, it will merge pages from two documents into one document. The first document is your pdf, the second document contains a number of blank pages. The only remaining issue is how to create a document with the correct number of blank pages. I used a document with 10 blank pages. When I merge a 6 page pdf with this document, I get an additional 4 blank pages at the end. No big deal, as it is easy to remove them.


I'm sure this can be solved somehow, but I'm too lazy.


Good luck.

Jan 22, 2015 11:52 AM in response to jguther

I would recommend making a copy of Your file before running this process, and make sure you have a one-page blank PDF file
named blank.pdf. Have the copy of the PDF file and blank.pdf both located in your My Documents folder (or really, any folder as long as both are
located in the same place). Open up the PDF copy in Adobe Acrobat 9.


Go to Advanced > Document Processing > Batch Processing > New Sequence button >

name this sequence: Insert_blank or whatever you want > click OK >


click Select Commands button > scroll down on the left side window pane to find the JavaScript folder
> expand it and select Execute JavaScript > click the Add button
in the middle > expand Execute JavaScript from the right side window pane > double-click on Script: >


delete all the text that appears by default in
the resulting Create and Edit JavaScripts window > paste in the script
this code don’t forget to make custom pages
and file name. in some cases use past special and select text only.


for (pg = 0; pg<=XXX; pg=pg+2)

{

this.insertPages({nPage:pg,

cPath:"blank.pdf"});

}


XXX is the no pages in your file times 2,
if your book or file is 400 pages it will be 800>


click OK > change the dropdown
box selection in the 2. Run Commands on: section to Files Open in
Acrobat
> click OK > now that you're back to the Batch
Sequences
window prompt, select Insert_blank from the selection
window to the right and then click on the Run Sequence button > click
OK on the resulting Run Sequence Confirmation – Insert _blank window
prompt > click Close to exit the Batch Processing window. You
should see now that your document has doubled in number of pages with a blank
page inserted in between each page. You will need to save this document in
order for the changes to be preserved.

PDF - add blank pg every other pg

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.