[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pdf -> jpg



Rick Pasotto schrieb:
> What would be a good way to create a jpg image of a pdf page?
> 

I got best results with imagetops + convert:

   imagetops -scale 300 image.jpg > temp.ps
   convert -density 300 temp.ps image.pdf

Using directly

   convert image.jpg file.pdf

works in principle, but does not renmder the image in the correct size.

Rainer


Reply to: