Personal tools

Jpeg2ps

From MohidWiki

Revision as of 11:21, 12 January 2007 by 192.168.20.111 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Useful windows utility to turn jpeg files into eps files.

Syntax

Convert a single file

>jpeg2ps file.jpg > file.eps

Converts all files in directory

>FOR %A IN (*.jpg) DO jpeg2ps %A > %A.eps

External References