Batch converting DWG to DXF

Batch converting DWG to DXF

deoriodp
Explorer Explorer
10,705 Views
13 Replies
Message 1 of 14

Batch converting DWG to DXF

deoriodp
Explorer
Explorer

All, anything built-in to batch convert multiple DWG files to DXF.... quick and simple?

0 Likes
10,706 Views
13 Replies
Replies (13)
Message 2 of 14

pendean
Community Legend
Community Legend
0 Likes
Message 3 of 14

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

alternative could be to use ScriptPro >>>click<<<

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 4 of 14

JTBWorld
Advisor
Advisor
Not built-in but or batch processing app SmartPurger can do this: https://jtbworld.com/smartpurger

Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes
Message 5 of 14

ryan_scott_KA
Explorer
Explorer

I just downloaded this but I cant see where it converts dwg to dxf.

0 Likes
Message 6 of 14

JTBWorld
Advisor
Advisor

Documentation tips:

How to convert multiple DWG files to DXF:

Our JTB SmartBatch app could be used together with a simple script like the below (save to a file with .scr extension) that save each drawing to DXF with JTB SmartBatch.

Script code starts below:

FILEDIA
0
_SAVEAS
DXF
_V
2013
FILEDIA 1 QUIT
;

Script code ends with the QUIT above and the last row can be empty or having a semicolon.

Depending on how you want the DXF files to be created you might want to modify it slightly.

Drawings saved in DXF format have these additional prompts.

  • Decimal places of accuracy. Specifies from 0 to 16 decimal places.
  • Binary. Creates a binary DXF file. Binary DXF is generally faster and more compact than ASCII DXF files.
  • Select objects. Prompts you to select specific objects to be saved in DXF format.
  • Preview. Specifies whether you want to save a thumbnail image of the saved file.
  • Version. Specifies which product version to use for the saved DXF file.

Jimmy Bergmark
JTB World - Software development and consulting for CAD and license usage reports
https://jtbworld.com

0 Likes
Message 7 of 14

ryan_scott_KA
Explorer
Explorer

Thank for the reply, I just made and used this in AutoScript seemed to work ok.

 

FILEDIA 0
DXFOUT


FILEDIA 1

 

 

0 Likes
Message 8 of 14

morten4MDUW
Contributor
Contributor

How to save dxf with this ?

0 Likes
Message 9 of 14

cadffm
Consultant
Consultant

Hi,

 

the first line of his answer is a LINK, follow this link

install and set up the product and follow the documentation

 

(you have to create a script with the content above, copy all lines, paste it in notepad, save it as yourfilename.SCR )

Sebastian

0 Likes
Message 10 of 14

morten4MDUW
Contributor
Contributor

if i have like 20 dwg files  in one folder and want to convert all 20 to dxf how so?

0 Likes
Message 11 of 14

pendean
Community Legend
Community Legend

@morten4MDUW wrote:

if i have like 20 dwg files  in one folder and want to convert all 20 to dxf how so?


You need a script file, and a script processor to run it through all of those file: this one works well in our office

https://www.cadig.com/products/autocad-script-pro.php

Or try others

https://apps.autodesk.com/ACD/en/List/Search?isAppSearch=True&searchboxstore=ACD&facet=&collection=&... 

0 Likes
Message 12 of 14

paullimapa
Mentor
Mentor

Try attached DwgACCDwg2Dxf.lsp which offers you the option to select the folder with the dwgs to save as dxfs without the need to open them in AutoCAD' GUI


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 13 of 14

morten4MDUW
Contributor
Contributor
thank you! thats it !
0 Likes
Message 14 of 14

paullimapa
Mentor
Mentor

You are welcome…cheers!!!


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes