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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

