I was able to do this with k2pdfopt on a sample of mine. If your page size is 8.5x11 inches, try something like this:
k2pdfopt -mode crop -cbox 0s,0s,1s,1s -cbox 0s,0s,.02s,.02s -w 8.5in -h 11in myfile.pdf
This assumes that the upper left square quarter inch of your document pages are blank. If they are not, you may have to adjust the dimensions of the second "cbox", which is basically a dummy cropbox that creates your interleaved blank page.
|