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: 1 sudo apt-get install pdf2djvu 2 pdf2djvu -o output_file input_file If you want to convert djvu to pdf, then you have to install a package from he...
Read more ...