how to convert djvu to pdf

Asked by victorsrbhimana

a file in djvu format needs to be converted to pdf, to facilitate extraction of certain information

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu firefox-3.0 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Steven Danna (ssd7) said :
#1

You can likely accomplish this doing the following:

Assuming you have downloaded the file to your desktop

1. Open a terminal
2. cd Desktop/
3. convert yourimage.djvu newimage.pdf

If you do not have the convert command you can get it by running the following command:

sudo apt-get install imagemagick

Revision history for this message
launchpadmember (lpuser1138) said :
#2

As of 2011 Steven Danna's answer produces the following error:
convert: No decode delegate for this image format

also imagemagick has been replaced by graphicsmagick in the repositories.

Can you help with this problem?

Provide an answer of your own, or ask victorsrbhimana for more information if necessary.

To post a message you must log in.