, , , , , ,

About

AutoDWG DWG2Image is a batch converter that converts DWG to JPG, DWG to TIFF , BMP,GIF, PNG, WMF/EMF,  without the need of AutoCAD.  Supports AutoCAD 2009 Now!

With AutoDWG DWG2Image Converter you can generate quality bitmaps for:Publishing your drawings to the Internet.
CD-ROM to store and manage your drawings.
Desktop publishing software.

DWG, DXF, that are file formats AutoCAD, Genericcad or Visionael, software CAD (Computer Aided Design). AutoDWG DWG to Image Converter will convert them to GIF, TIFF, JPG, BMP and PNG.

The software is simple to understand because it guides you through a tutorial in 7 steps. Select the archive to be converted, the image quality and resolution, the thickness of the lines and color depths, an output format and go.

It include many handy parameters of AutoDWG DWG to Image Converter tool. For example, you can choose to convert a single file or entire folder.

Formats supported by AutoDWG DWG to Image Converter:
Source file formats include DWG and DXF
Converts to TIFF, GIF, JPG, BMP, PNG image formats

DWG2Image has same function as DWG2Image Pro except command line, if you want to call command line in your application, please use DWG2Image Pro version.

If you want to use COM interface in your application, and distribute the control with your application, please use DWG2ImageX, it is an ActiveX control let you convert DWG/DXF file into GIF, JPEG, BMP, PNG directly, without need of AutoCAD.

Here are some samples generated by DWG2Image Converter.

File Name: 8th floor furniture.dwg
File Version: AutoCAD 2004
Output Format: GIF

Demo11 
–Background: White, 800×600

Demo12
–Background: Black, 1024*768

Demo13
–Background: Black, 2048*1536

       

DWG2Image Converter supports AutoCAD 2004 true color now.

File Name: colorwh.dwg
File Version: AutoCAD 2004
Output Format: JPEG

Demo21
–Background: Black, 800*600

Product Features List:

Output format support: BMP, JPG, TIF, GIF, PNG, WMF, EMF
Support Format: DWG, DXF
Support AutoCAD version: R2.6 ~ R2009
Pen width setting Yes
Adjust background Yes
SHX font path Yes
Supports Command Line Yes, DWG2Image Pro only
Supports COM interface Yes, DWG2ImageX only

Key Features

Support batch conversion from dwg, dxf to TIFF, GIF, JPG, BMP, PNG image formats

Support AutoCAD version: R2.6 ~ R2009

Easy to use, only 7 steps to generate image files from dwg, dxf

System Requirements

OS: Win95/98/98SE/Me/2000/NT/XP/2003/Vista

How to Buy

Several ways are available for buying the product: via Credit Card, Paypal, Purchase Order, Fax, Postal Mail and Phone.

Product Name Users Price/User 100% secure online from regnow 
DWG2Image Converter 1 $88 Buy Now
2~5 $80
6~10 $70
>=11 $65

DWG2Image Converter Pro
(Supports Command line)

1 $160.00 Buy Now
DWG2ImageX
(COM interface)
(You can distribute the control with your application, there is no limitation unless your product is going to be competition with the product(s) of AutoDWG.)
Site License
(This license let you using the control within a enterprise or a server.)
$495 Buy Now
Loyalty Free License
(you can distribute the control with your application )
$860

You will receive a Registration Code at once automatically once you submit your order.

Screenshots

Usage Guide

How to use DWG2ImageX COM interface?

Properties

InputFile Specify the file to be converted.
Width Set output image width in pixels.
Height Set output image height in pixels.
Background Set background of output image.
ImageFormat Set output image format.
ZoomType Set zoom type.
   
ViewCount Get the views count in the drawing file.
ViewName Get the view name by index.
ViewWidth Get the view width by index.
ViewHeight Get the view height by index.
Version Get version of the file.

Methods

Convert Convert the drawing file to a Image file.
AddFontPath Add AutoCAD font support path.

Version Support:

From AutoCAD R9 files to current version AutoCAD 2009 files;

Support Languages:

Any programming languages that supports COM, such as Visual C++, VB, Delphi, FoxPro, VBScript,JavaScript and etc.

Sample Code

Dim objImage
On Error Resume Next
Set objImage= CreateObject("DWG2ImageX.Converter")

objImage.Width = 1024
objImage.Height = 768
objImage.ImageFormat = 2         ‘1–jpeg, 2–gif 
objImage.InputFile = "c:My Drawings8th floor furniture.dwg" 
MsgBox objImage.Version             ‘Get the drawing file version.

MsgBox "Total "& objImage.ViewCount &" Views"
For I=1 to objImage.ViewCount
    strViewName = objImage.ViewName(I)
    MsgBox "Converting view: "& strViewName& "…"
    nWidth = objImage.ViewWidth(I)
    nHeight= objImage.ViewHeight(I)
    MsgBox "Width="&nWidth&" Height="&nHeight
    strOutput = "c:Output"&strViewName
    objImage.Convert strOutput, strViewName
Next

If Err.Number < 0 Then
    MsgBox Err.Description
End If

Random Products