I need to merge a few dozed pdfs, and i want all of the input pdfs to start on an odd page in the output pdf.
Example: A.pdf has 3 pages, B.pdf has 4 pages. I don't want my output to have 7 pages. What i want is an 8-page pdf in which pages 1-3 are from A.pdf, page 4 is empty, and pages 5-8 are from B.pdf. How can i do this?
I know about pdftk, but i didin't find such an option in the man page.