Saturday, April 4, 2009
Convert pdf to jpeg in Linux from command prompt
Posted on 11:21 AM by Unknown
First you need to have ImageMagick installed in your Linux machine. To install ImageMagick in Debian, run the following command: $ sudo aptitude install imagemagick To convert pdf file to image use the ‘convert‘ command: $ convert doc.pdf doc.jpeg convert to tiff $ convert doc.pdf doc.tifffor more information look here.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment