SANFACE Sofware > epd2svg-1.0 > EPD2SVG

Download:
epd2svg-1.0.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

EPD2SVG - Version 1.0 19th September 2000

SYNOPSIS ^

Syntax : epd2svg [-options] files

DESCRIPTION ^

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

Features ^

EPD2SVG ...

Options ^

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.