Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
What is the fast and reliable way of converting my PDF into a (single) JPEG using a command line on Linux?

1 Answer

0 votes
by (36.8k points)

You can give a try using the ImageMagick's convert utility.

You have to install it with this command:

$ sudo apt-get install imagemagick

Use convert like this:

$ convert input.pdf output.jpg

Want to be a Linux expert? Come and join this Linux course

Do check out the video below

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...