20100319

Merge multiple pdf to one

A simple way to merge multiple pdf files to one single pdf could be using TeX! It is faster and not expensive:


texexec --pdfarrange --result all.pdf file1.pdf file2.pdf file3.pdf
texexec --pdfarrange --result all.pdf `ls *.pdf`

enjoy!

No comments:

Post a Comment