Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
karthur1
4141 Views, 17 Replies

Save ALL associated files to DXF

I use a macro that will open each idw that is associated with an assembly and then save them to PDF.  I would like to modify this macro to save as DXF rather than PDF. Seems pretty simple and I found lots of examples where other have done something similar. I tried several things, but fialed in getting this to work.

 

The closest I got was by taking the code attached here and doing a find/replace and replacing PDF with DXF.  The new code runs and creates a DXF, but when I open the DXF it does not contain the drawing.  I tried to make it work, but I'm terrible at coding.

 

This original code was written by @Curtis_Waguespack and posted at this thread.

 

Any help would be appreciated.

 

Kirk