<?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 Re: Ploting from Autocad in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4302245#M49048</link>
    <description>&lt;P&gt;Have you created a pc3 file called "Oce TDS320.pc3"? &amp;nbsp;It looks as if you are trying to print to a windows printer and the setplotconfigurationname wants the name of a pc3 (plot config) file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2013 22:10:13 GMT</pubDate>
    <dc:creator>fieldguy</dc:creator>
    <dc:date>2013-06-18T22:10:13Z</dc:date>
    <item>
      <title>Ploting from Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301598#M49044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I copy - paste the code used for plotting from the&lt;/P&gt;&lt;DIV class="book-title"&gt;AutoCAD .NET Developer's Guide - Plot from model space - works using as a printer:&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;acPlSetVdr.SetPlotConfigurationName(acPlSet, "DWF6 ePlot.pc3","ANSI_A_(8.50_x_11.00_Inches)")&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="book-title"&gt;but when I change the line with:&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; acPlSetVdr.SetPlotConfigurationName(acPlSet,&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;"Oce TDS320"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;"Oce D+ 24x36 in"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="book-title"&gt;it is not working. I have an error at this line.&lt;/DIV&gt;&lt;DIV class="book-title"&gt;the Plotter I have is on the network&lt;/DIV&gt;&lt;DIV class="book-title"&gt;the name is correct - as shown&amp;nbsp;the Paper name is correct.&lt;/DIV&gt;&lt;DIV class="book-title"&gt;see the snapshot of the control panel.&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="book-title"&gt;What I am doing wrong here?&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="book-title"&gt;Thanks&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="book-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301598#M49044</guid>
      <dc:creator>dancalgary</dc:creator>
      <dc:date>2013-06-18T14:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ploting from Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301789#M49045</link>
      <description>&lt;P&gt;The code sound correct, but maybe the name is different (from AutoCAD perspective)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you quick try list and double check the names? See the code at &lt;A href="http://adndevblog.typepad.com/autocad/2012/05/how-to-list-the-canonical-media-names-of-a-ploter.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2012/05/how-to-list-the-canonical-media-names-of-a-ploter.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 16:28:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301789#M49045</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2013-06-18T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ploting from Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301865#M49046</link>
      <description>&lt;P&gt;Try replacing the spaces in the paper size name, with underscores.&amp;nbsp; That worked for me.&lt;/P&gt;&lt;P&gt;-Pete&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 17:19:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4301865#M49046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-18T17:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ploting from Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4302133#M49047</link>
      <description>&lt;P&gt;i used&lt;/P&gt;&lt;P&gt;acPlSetVdr.SetPlotConfigurationName(acPlSet,&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;"Oce TDS320"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;&lt;FONT face="Consolas" color="#a31515" size="2"&gt;"Oce_D+_24x36_in"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;does not work&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;the first sugestion with getcanonicalmedianamelist is giving me this list&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;User2322&lt;BR /&gt;User1298&lt;BR /&gt;User2321&lt;BR /&gt;User1297&lt;BR /&gt;User2320&lt;BR /&gt;User1296&lt;BR /&gt;User2319&lt;BR /&gt;User1295&lt;BR /&gt;User2318&lt;BR /&gt;User1294&lt;BR /&gt;User1293&lt;BR /&gt;User1292&lt;BR /&gt;User1291&lt;BR /&gt;User2314&lt;BR /&gt;User1290&lt;BR /&gt;User2313&lt;BR /&gt;User1289&lt;BR /&gt;User2312&lt;BR /&gt;User1288&lt;BR /&gt;User2311&lt;BR /&gt;User1287&lt;BR /&gt;User1286&lt;BR /&gt;User2309&lt;BR /&gt;User1285&lt;BR /&gt;User2308&lt;BR /&gt;User1284&lt;BR /&gt;User2307&lt;BR /&gt;User1283&lt;BR /&gt;User2306&lt;BR /&gt;User1282&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Means those are my paper sizes defined?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 20:23:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4302133#M49047</guid>
      <dc:creator>dancalgary</dc:creator>
      <dc:date>2013-06-18T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ploting from Autocad</title>
      <link>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4302245#M49048</link>
      <description>&lt;P&gt;Have you created a pc3 file called "Oce TDS320.pc3"? &amp;nbsp;It looks as if you are trying to print to a windows printer and the setplotconfigurationname wants the name of a pc3 (plot config) file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2013 22:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/ploting-from-autocad/m-p/4302245#M49048</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2013-06-18T22:10:13Z</dc:date>
    </item>
  </channel>
</rss>

