How to convert djvu to pdf in linux Linux 12.02.2014

Firt of all we need to install package djvulibre.

In Arch Linux

yaourt -S djvulibre

In Ubuntu

sudo apt-get install djvulibre-bin

Try to convert from djvu to pdf

ddjvu -format=pdf in.djvu out.pdf

Or if djvu have corrupted pages

ddjvu -skip -format=pdf in.djvu out.pdf