Personal tools

Jpeg2ps

From MohidWiki

Revision as of 10:27, 3 December 2008 by Guillaume (talk | contribs) (1 revision)
(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