Merge two PDF files containing even and odd pages of a book
Posted
by
Yurij73
on Super User
See other posts from Super User
or by Yurij73
Published on 2012-12-08T10:57:30Z
Indexed on
2012/12/08
23:14 UTC
Read the original article
Hit count: 319
I have two searchable PDF documents, say even.pdf
and odd.pdf
which contain even and odd pages of a book, respectively.
I can decompile each PDF to separate files 001.pdf
002.pdf
003.pdf
, et cetera. The question is how to merge them?
They are both even and odd sequences numbered 1, 2, 3
. If the numbering in the decompile process with pdftk
were different, e.g. 1, 3, 5
for even and 2, 4, 6
for odd instead of 1, 2, 3, 4
, I could simply merge them.
Can I do this any other way?
© Super User or respective owner