On Monday 14 June 2004 12:54 am, OOzy wrote:
> Is there a program incldued in LM9.2 distro that converts PDF to IMG i.e.
> JPG, GIF, etc?

try from command liene:

$ pdf2ps somefile.pdf (convert pdf to ps file)
$ pstopnm somefile.ps (convert ps to ppm file)

at that point for each page you will get somefile001.ppm somefile002.ppm , etc

for each file run
$ pnmtojpeg somefileXXX.ppm (replace XXX with 001,002,etc) 
-- 
Yankl
Tiny IT guy.
100 % Micro$oft free.
Registered linux users 181086
URL: http://yankele.com
-----------------------
To mess up a Linux box, you need to work at it; to mess up your Windows
box, you just need to work on it.

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to