Announcement

Collapse
No announcement yet.

Convert .DXF to .BMP or .TIFF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Convert .DXF to .BMP or .TIFF

    Hi,
    we try to convert a .DXF File with IfanView and a plugin for .DXF to .bmp or .tiff.
    the plugin: http://www.cadsofttools.com/en/produ..._programs.html

    The resolution of generated .bmp file ist to low. How can i change it?
    The preview in Irfanview has the same solution, as the later .bmp file.

    Here is the program: (.bat)

    start
    F:\Programme\IrfanView\i_view32.exe
    F:\Testordner\UVBel02.dxf
    /resize=(600,600) /dpi=(200,200)
    /convert=F:\Testordner\test.bmp
    exit /b
Working...
X