
EPD2SVG - Version 1.0 19th September 2000

Syntax : epd2svg [-options] files

EPD2SVG is a very flexible and powerful PERL5 program. It's a converter from EPD files to SVG format files.

EPD2SVG ...

where options include: -help print out this message -recursive directory scan recursively the directory -match files match different files ex. *.epd, a?.* (require -recursive option) -verbose verbose - use STDIN and STDOUT
list:
with list you can use metacharacters and relative and absolute path name
example: epd2svg -m "a*.epd" -r my_directory
-match files -recursive directory: with these option you can convert all the files in the directory and in every its subdirectories e.g epd2svg -m "a*.epd" -r . to convert every file beginning with a and with epd extension to SVG inside the . directory and in every its subdirectories
Every file of the list is converted in a SVG file. If the file has an extension the extension is changed with .svg extension, if the file doesn't have an extension the .svg extension is added.