<?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 Get saved path of a PDF Underlay in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614426#M141911</link>
    <description>&lt;P&gt;Is there any way to get the path of a PDF Underlay using Autolisp?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2015 16:15:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-30T16:15:55Z</dc:date>
    <item>
      <title>Get saved path of a PDF Underlay</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614426#M141911</link>
      <description>&lt;P&gt;Is there any way to get the path of a PDF Underlay using Autolisp?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:15:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614426#M141911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get saved path of a PDF Underlay</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614497#M141912</link>
      <description>&lt;P&gt;Yes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(setq ed(entget(setq en(car(entsel"\nPick PDFUnderlay")))))&lt;/P&gt;&lt;P&gt;(setq pdf-path(cdr(assoc 1 (entget(cdr(assoc 340 ed)))))) ; retrieves the entire path including name of pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also used in my DDLIST (List on Steroids) app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3aareaobjectlink_windows32and64%3aen" target="_blank"&gt;Area Object Link&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addattmod_windows32and64%3aen" target="_blank"&gt;Attribute Modifier&lt;/A&gt; | &lt;A href="http://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addsetup_windows32and64%3aen" target="_blank"&gt;Dwg Setup&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addcalc_windows32and64%3aen" target="_blank"&gt;Feet-Inch Calculator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3alayerapps_windows32and64%3aen" target="_blank"&gt;Layer Apps&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addlist_windows32and64%3aen" target="_blank"&gt;List on Steroids&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addzmscl_windows32and64%3aen" target="_blank"&gt;VP Zoom Scales&lt;/A&gt; |&lt;A href="https://apps.exchange.autodesk.com/ACD/en/Home/Index" target="_blank"&gt;Exchange App Store&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 16:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614497#M141912</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2015-04-30T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get saved path of a PDF Underlay</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614597#M141913</link>
      <description>&lt;P&gt;It worked great&lt;/P&gt;&lt;P&gt;Thanks very much Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 17:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614597#M141913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T17:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get saved path of a PDF Underlay</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614621#M141914</link>
      <description>&lt;P&gt;Glad I could help...cheers!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3aareaobjectlink_windows32and64%3aen" target="_blank"&gt;Area Object Link&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addattmod_windows32and64%3aen" target="_blank"&gt;Attribute Modifier&lt;/A&gt; | &lt;A href="http://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addsetup_windows32and64%3aen" target="_blank"&gt;Dwg Setup&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addcalc_windows32and64%3aen" target="_blank"&gt;Feet-Inch Calculator&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3alayerapps_windows32and64%3aen" target="_blank"&gt;Layer Apps&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addlist_windows32and64%3aen" target="_blank"&gt;List on Steroids&lt;/A&gt; | &lt;A href="https://apps.exchange.autodesk.com/ACD/en/Detail/Index?id=appstore.exchange.autodesk.com%3addzmscl_windows32and64%3aen" target="_blank"&gt;VP Zoom Scales&lt;/A&gt; |&lt;A href="https://apps.exchange.autodesk.com/ACD/en/Home/Index" target="_blank"&gt;Exchange App Store&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 18:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/get-saved-path-of-a-pdf-underlay/m-p/5614621#M141914</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2015-04-30T18:03:15Z</dc:date>
    </item>
  </channel>
</rss>

