Message 1 of 4
DWF Export
Not applicable
03-31-2009
08:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a way to publish DWF files from AutoCAD programatically using .Net C#. I would like to apply some metadata/data to the DWF on publish but the only way I have been able to do this so far is react to the Publish or Export command. I need to publish in a separate thread after the "Save" command is executed. There are some publishing .Net classes available but they appear to only react to publishing events. Any help would be appreciated.