<?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 PLT Dimensions C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5945616#M37744</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm&amp;nbsp;&lt;SPAN&gt;building &lt;/SPAN&gt;&lt;SPAN&gt;a .net program&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that needs to pull data from PLT file, the data is a drawing's dimensions in millimeters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i get info about the plt file in .net environment?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is somthing like&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;pdfreader in itextsharp.dll(for reading pdf)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which SDK,Dll can you please suggest us some solution to this task?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you have some tips. Many thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2015 14:30:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-10T14:30:26Z</dc:date>
    <item>
      <title>PLT Dimensions C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5945616#M37744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm&amp;nbsp;&lt;SPAN&gt;building &lt;/SPAN&gt;&lt;SPAN&gt;a .net program&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;that needs to pull data from PLT file, the data is a drawing's dimensions in millimeters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i get info about the plt file in .net environment?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is somthing like&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;pdfreader in itextsharp.dll(for reading pdf)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which SDK,Dll can you please suggest us some solution to this task?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you have some tips. Many thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 14:30:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5945616#M37744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: PLT Dimensions C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5949145#M37745</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfotunately that is not an area which i know anything about, but a simple google search yielding the following which you may find useful:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;Kean's blog with "plotting" searched as the key word:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/plotting/index.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/plotting/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;A href="http://www.vbforums.com/showthread.php?722779-Programmatically-send-autocad-plot-file-to-printer-plotter" target="_blank"&gt;http://www.vbforums.com/showthread.php?722779-Programmatically-send-autocad-plot-file-to-printer-plotter&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you read and understand those links you're bound to learn&amp;nbsp;something about plotting - probably enough to do whatever it is you need to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best rgds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BK&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2015 09:07:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5949145#M37745</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2015-12-13T09:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: PLT Dimensions C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5955431#M37746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After many searches, I found what I needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank for the help,&lt;/P&gt;&lt;P&gt;Ced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:14:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/5955431#M37746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T07:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: PLT Dimensions C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/7167544#M37747</link>
      <description>&lt;P&gt;hello I have the same issue please can you help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:37:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plt-dimensions-c/m-p/7167544#M37747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T12:37:04Z</dc:date>
    </item>
  </channel>
</rss>

