Wednesday, November 27, 2013

Convert from pdf to djvu on Linux

One of the main reasons to convert a pdf file into djvu file is to save space.


on Linux:

sudo apt-get install pdf2djvu
pdf2djvu -o output_file input_file

If you want to convert djvu to pdf, then you have to install a package from here.
Read more ...