Quote:
Originally Posted by Ulysses
I have another question.. I have 2 PDF.. one has all left pages of a book and the other one has all right pages of the book.. and I need them mix together page by page and then make a single book.. any ideas?
|
Its not that easy.
The solution which I can propose. You'll need PSUtils package - you can get it here:
http://gnuwin32.sourceforge.net/packages/psutils.htm
Next:
1) Convert second file to PS, and reverse page order in it (via PStoPS) or via Adobe Acrobat and printing to some PS printer in reverse order.
2) Merge 2 files in one - I can do this via Adobe Acrobat Professional - maybe there are another, free tools to do this.
3) Convert to PostScript
4) Use pstops from PSUtils package. You'll need something like
pstops 2:0,-1 infile outfile
5) Convert back to PDF.