AutoDWG DWG DWF Converter a batch converter converts DWG/DXF to DWF without need of AutoCAD. It supports AutoCAD version R9 to latest version AutoCAD 2009.
With DWG DWF Converter you can select a project (folder), and generate a dwf file for each dwg file in the project, then publish them to the Internet/Intranet or your drawing management system.
Features Highlight
-
Convert DWG/DXF to DWF file directly, no AutoCAD needed;
-
Support dwg file version from R9 to R2009;
-
DWG to DWF conversion;
-
DXF to DWF conversion;
-
Command line supported (need version 1.1 or later);
-
Supports three types dwf format
a) ASCII;
b) Binary;
c) Compressed Binary.
Different types, produce different file size, generally ASCII > Binary > Compressed Binary in file size.
Command Line
DWG2DWF command line allows you to convert dwg to dwf in silent without interface. With command line you can:
-
Convert a dwg file to a dwf file;
-
Convert all dwg files in a folder (include subfolder or not) to dwf files.
Usage:
g2f.exe [/F filename] [/O output filename, or folder] [/D Folder] [/S] [/B black/white] [/T A:B:C][ /?]
|
|
/F
|
Input file name, eg. C:\test.dwg.
|
|
|
/O
|
Output file name or folder, depend the parameter of /F and /D. if /F then /O specify output file name, otherwise folder.
|
|
|
/D
|
Input folder.
|
|
|
/S
|
Include subfolder, only available when /D specified.
|
|
|
/B
|
Specify dwf file background, two color supports: black or white. If the parameter is not specified, the default value is black.
|
|
|
/T
|
Specify DWF output format.
A - Ascii;
B - Binary;
C - Compressed Binary
|
|
|
/?
|
Help.
|
|
Samples:
Convert a dwg file to a dwf file:
g2f.exe /F c :\dwg\test.dwg /O c:\dwf\test.dwf /B black
Convert all dwg files in a folder:
g2f.exe /D c:\dwg /O c:\dwf /S /B black
|
|