I have a bunch of DJVU files (1.djvu, 2.djvu, etc). I want to merge these into one single file, either in DJVU format or PDF format. What is the best way of doing that? I am using Windows 7 and have Acrobat XI installed.
Thank you.
use djvm tool from DjVuLibre package:
djvm -c out.djvu 0.djvu 1.djvu 2.djvu...