| View previous topic :: View next topic |
| Author |
Message |
biotech
Joined: 24 Feb 2006 Posts: 145
|
Posted: Wed Jun 04, 2008 4:10 pm Post subject: pdftk and merging pdf files in proper order |
|
|
i have this problem
around 20 pdfs named like this 1.pdf,2.pdf...etc
when i run this command pdftk *.pdf cat output combined.pdf
they are not in that order in the combined.pdf
is there a proper command to dort this out, i searched the web but nothing
useful came up!
thanks in advance |
|
| Back to top |
|
 |
HugoV
Joined: 27 May 2007 Posts: 499
|
Posted: Wed Jun 04, 2008 4:25 pm Post subject: |
|
|
I do it all the time:
pdftk 1.pdf 2.pdf 3.pdf etc... cat output merged.pdf
With AHK you use a loop (filepattern) to get the PDFs from a directory and get them in the correct order |
|
| Back to top |
|
 |
biotech
Joined: 24 Feb 2006 Posts: 145
|
Posted: Wed Jun 04, 2008 7:50 pm Post subject: |
|
|
ok, thanks i managed to do it this way
thanks! |
|
| Back to top |
|
 |
|