Ubuntu :PDF DJVU

linux to convert from PDF to DJVU you can use pdf2djvu

sudo apt-get install pdf2djvu

then type

pdf2djvu -o output.djvu imput.pdf

useful options are

–monochrome
–lossy
-d XXX (where XXX is the desired page resolution)

To convert from DJVU to PDF you can use djview4

sudo apt-get install djview4

then in menu File -> Export -> as PDF

2 thoughts on “Ubuntu :PDF DJVU

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.