merge two parts of pdf in one
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
11:16 UTC
Read the original article
Hit count: 230
I have two searchable pdf documents say even.pdf and odd.pdf which contains respectively even and odd pages of a book. I can decompile each pdf to separate files 001.pdf 002.pdf oo3.pdf ....The question is how to merge them? They are both even and odd sequences numbered 1,2,3. If it where other numbering on decompile stage with pdftk
for even 1,3,5 and for odd 2,4,6 instead of existing order 1,2,3, 4.. i coulde simple merge them, but i ignore this method of numbering with pdftk. May be i need to do the task in other way?
© Super User or respective owner