Re: convert ps to jpeg
"Russell Lang" <[email protected]> Mon, 12 Jul 2004 21:08:37 +1000
| Newsgroups | gmane.comp.printing.ghostscript.gsview |
|---|---|
| Message-ID | <40F2FDD5.3855.C46D0E2E@localhost> |
Jonas, > in my ps-file are several pages. If they are alle marked to be konverted, > there is still only the first page konverted, but the jpeg-file is pretty > big. Is there an option to konvert every page as an own jpeg-picture? >From the ghostscript command line, you would use out%03d.jpg as the output filename. This gives one file per page. This still works from within GSview, but isn't particularly elegant.