<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DWF Export in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458468#M71200</link>
    <description>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.</description>
    <pubDate>Tue, 31 Mar 2009 15:59:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-03-31T15:59:09Z</dc:date>
    <item>
      <title>DWF Export</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458468#M71200</link>
      <description>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.</description>
      <pubDate>Tue, 31 Mar 2009 15:59:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458468#M71200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-31T15:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: DWF Export</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458469#M71201</link>
      <description>What about if you enable the Autopublish within AutoCAD on the save event?  That way you are still only monitoring the publish event.</description>
      <pubDate>Tue, 31 Mar 2009 16:24:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458469#M71201</guid>
      <dc:creator>mlabell</dc:creator>
      <dc:date>2009-03-31T16:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: DWF Export</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458470#M71202</link>
      <description>I have not used the publish command yet, but it appears to be creating DWF files that are not selectable...........it looks like they are plots. I have used the export command to create DWF's and that works fine. I also noticed a 3DDWFPUBLISH command which exports my DWF just fine. I would like to either create a separate thread using a .Net ARX app to publish behind the scenes, however if I could get the 3DDWFPUBLISH to auto publish that would be good for now.</description>
      <pubDate>Tue, 31 Mar 2009 18:34:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458470#M71202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-31T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: DWF Export</title>
      <link>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458471#M71203</link>
      <description>I would try and publish from the current session of AutoCAD, any background process (thinking about the backgroundplot variable) opens another session of AutoCAD which creates a large system overhead.  Background plotting is nice in one respect, but often is slow and takes more system resources.  Maybe intercept the save command, throw the 3DDWFPUBLISH command, and then throw the save command.</description>
      <pubDate>Tue, 31 Mar 2009 19:29:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/dwf-export/m-p/2458471#M71203</guid>
      <dc:creator>mlabell</dc:creator>
      <dc:date>2009-03-31T19:29:26Z</dc:date>
    </item>
  </channel>
</rss>

