Question
merge pages one by one from 2 files
I have two PDFs with the same number of pages. One is original, and the other is translated one.
How can I merge these 2 files into one, with organizing pages one by one?
ex. p1 : original page (p1 in 1st file), p2 : translated page of 1st original page (p1 in 2nd file),
p3 : original page (p2 in 1st file), p4 : translated page of 2nd original page (p2 in 2nd file),
and so on.
