29 Oct
2007
29 Oct
'07
9:57 a.m.
On Mon, 29 Oct 2007 10:46:06 +0100 context@fr.pl wrote:
Hello,
I need transform some presentation into series of jpeg files. Is it possible directly from ConTeXt or I have to use some external tools for conversion? What is the easiest way in any case?
Hi You can make a script to export pages from your document using ghostscript like that: gs -dFirstPage=1 -dLastPage=1 -sDEVICE=jpeg -r150 -sOutputFile=page1.jpg -dBATCH -q -dNOPAUSE -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -dMaxBitmap=50000000 document.pdf