|
Last Update:
July,
2008
vec2web Usage
vec2web is a command line tool. Its basic syntax is:
vec2web <inputfile> <outputfile> [options]
|
Options:
-x .. maximum x size for the output bitmap in pixel
-y .. maximum y size for the output bitmap in pixel
-b black/white instead of using colors
-o [l|p] orientation for PS output (landscape or portrait)
-s .. page size for PS output (A4, A5)
-p print directly with default printer
|
Examples:
vec2web myfile.dxf myfile.png
vec2web myfile.dxf myfile.png -x 800 -y 600
vec2web myfile.dxf myfile.ps -o l -s A4 -b
|
|