PDF2DJ -- A PDF to DJVU Converter

Description

This is a simple python script which convert PDF files to the Deja Vu (DJVU) format. DJVU is a highly compressed format for storing and quickly viewing black and white documents, which makes it particularly suited for academic research enironments. To view DJVU documents, you can use the freely available djview viewer. This utility makes it easy to convert your favorite PDF file(s) to the DJVU format.

The script accepts any number of arguments, and only converts files which end with ".pdf" (to files ending in ".djvu").

Examples

To convert a file.pdf to file.djvu:
pdf2dj file1.pdf
To simultaneously convert a file1.pdf and file2.pdf to file1.djvu and file2.djvu:
pdf2dj file1.pdf file2.pdf

Download

To Do