Convert a file into pdf

Asked by Reda Ameur

I ave just downloaded a file, presumably an image which I cannot open on Windows. It does recognize as a pdf. Indeed, once downloaded the file does not appear as Bob.pdf but as Bob.djvu. How can I convert this file so I can open it in windows 2007? I have no issue opening Bob.djvu with ubuntu.
Cheers

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu evince Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

You can use imagemagick and convert it to pfd using:

convert filename.jpg outputname.pdf

or whatever the filename is

Revision history for this message
Reda Ameur (redha-ameur) said :
#2

Thanks actionparsnip, that solved my question.