<?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 Autodesk.AutoCAD.PlottingServices undefined even though AcMgd.dll is referenced in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4361110#M11034</link>
    <description>&lt;P&gt;Environment:&lt;BR /&gt;AutoCAD 2013&lt;/P&gt;&lt;P&gt;VS 2010, VB.net 4.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a multi page pdf with all layouts and all code exapmles I find are based on&amp;nbsp;Autodesk.AutoCAD.PlottingServices (I assume, DsdEntryCollection, DsdData, ... are defined there?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in my project, Autodesk.AutoCAD.PlottingServices is undefined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried referencing the applications acmgd.dll as well as the one from ObjectARX 2013 but PlottingServices never is available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2013 17:57:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-09T17:57:06Z</dc:date>
    <item>
      <title>Autodesk.AutoCAD.PlottingServices undefined even though AcMgd.dll is referenced</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4361110#M11034</link>
      <description>&lt;P&gt;Environment:&lt;BR /&gt;AutoCAD 2013&lt;/P&gt;&lt;P&gt;VS 2010, VB.net 4.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a multi page pdf with all layouts and all code exapmles I find are based on&amp;nbsp;Autodesk.AutoCAD.PlottingServices (I assume, DsdEntryCollection, DsdData, ... are defined there?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in my project, Autodesk.AutoCAD.PlottingServices is undefined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried referencing the applications acmgd.dll as well as the one from ObjectARX 2013 but PlottingServices never is available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 17:57:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4361110#M11034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T17:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk.AutoCAD.PlottingServices undefined even though AcMgd.dll is referen</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4361348#M11035</link>
      <description>&lt;P&gt;Since AutoCAD 2013, when doing AutoCAD .NET API development, besides acdbmgd.dll and acmgd.dll, you als need to set reference to accoremgd.dll. Many .NET API namespaces previously contained in acdbmgd/acmgd.dll assemblies are now in accoremgd.dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your drawing has multiple layouts with different size and you want to create multiple-page PDF/DWF(x), you cannot use PlotEngine, which has an issue (bug) that prevents AutoCAD from generating multi-page PDF with difference page size (that is, all the output page for each PDF page must be the same. In this case, you can only use Publishing API (e.g Dsd.. stuff that you may already statudied).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, although this forum group&amp;nbsp;is named "Visual Basic Customization", traditionally, it is for VBA and AutoCAD COM API discussion, while your .NET API related topics are better discussed in .NET forum group.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 22:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4361348#M11035</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2013-08-09T22:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Autodesk.AutoCAD.PlottingServices undefined even though AcMgd.dll is referen</title>
      <link>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4368297#M11036</link>
      <description>&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, as we are "remote controlling" Autocad via an external exe, we cannot use .Net but use COM - and now I'm lost as I cannot find the PlottingServices in the COM environment. All code examples (using DsdEntry, Publisher, PlotConfig) seem to be targeted for .Net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other option for creating multi-page pdfs in COM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2013 20:13:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/autodesk-autocad-plottingservices-undefined-even-though-acmgd/m-p/4368297#M11036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-15T20:13:57Z</dc:date>
    </item>
  </channel>
</rss>

