📅 2012-Nov-29 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ djvu, pdf ⬩ 📚 Archive
DjVuLibre provides open source libraries, commandline tools and GUI tools for dealing with DJVU files. So all solutions for converting a DJVU file to a PDF file will use DjVuLibre in some form.
Note that it looks like all conversion options seem to produce PDF by converting every DJVU page into an image. So, the resulting PDF files will be big and much larger than the original DJVU files. There seems to be no way to produce smaller PDF files.
$ sudo apt install djvulibre-bin
$ ddjvu -format=pdf in.djvu out.pdf
$ ddjvu -format=pdf -verbose in.djvu out.pdf
$ ddjvu -format=pdf -mag=300 in.djvu out.pdf
Tried with: Ubuntu 18.04
$ sudo apt install djvulibre-bin ghostscript
$ djvups in.djvu out.ps
$ ps2pdf out.ps out.pdf
Tried with: Ubuntu 18.04
To convert a DJVU document to a PDF document:
Install DjVuLibre DJView.
Open the DJVU document in DJView.
Choose File → Export as
In the Export dialog choose PDF document, the PDF filename and path and press OK.
Note that the PDF export option seems to be missing in recent versions of DJView.
Tried with: DjVuLibre DJView 4.9 and Windows 7 Professional x64