<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Help with a heavy file</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Help with a heavy file]]></description>
  <pubDate>Sat, 13 Jun 2026 03:45:18 +0000</pubDate>
  <lastBuildDate>Tue, 12 May 2015 11:26:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=11163</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Help with a heavy file : Pancar: It is bad form to hijack...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29737&amp;title=help-with-a-heavy-file#29737</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 11163<br /><strong>Posted:</strong> 12.May.2015 at 11:26<br /><br />Pancar: It is bad form to hijack a thread started by someone else on a totally different subject.&nbsp; Next time start a new thread.<br><br>You can find numerous PDF to DWG conversion programs using a simple Internet search.&nbsp; Many offer a trial version.&nbsp; Test a couple and then make your choice.&nbsp; Be aware that many conversion programs do a relatively poor job and will cause you headaches when it comes time to edit the converted drawing.<br>]]>
   </description>
   <pubDate>Tue, 12 May 2015 11:26:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29737&amp;title=help-with-a-heavy-file#29737</guid>
  </item> 
  <item>
   <title><![CDATA[Help with a heavy file : Dear Forum,how to convert PDF...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29736&amp;title=help-with-a-heavy-file#29736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=496975">Pancar</a><br /><strong>Subject:</strong> 11163<br /><strong>Posted:</strong> 12.May.2015 at 10:47<br /><br />Dear Forum,<div><br></div><div>how to convert PDF file to Cad</div>]]>
   </description>
   <pubDate>Tue, 12 May 2015 10:47:32 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29736&amp;title=help-with-a-heavy-file#29736</guid>
  </item> 
  <item>
   <title><![CDATA[Help with a heavy file : Try thisPurge alternative command...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29735&amp;title=help-with-a-heavy-file#29735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=104367">q100aab</a><br /><strong>Subject:</strong> 11163<br /><strong>Posted:</strong> 12.May.2015 at 08:29<br /><br />Try this<br />Purge alternative command usinh lisp<br />Copy this code into the  ***.lsp file<br />and load it appload<br />and use "purgee" command<br />Have a nice work<br /><br />Osman YILMAZ<br /><br />(vl-load-com)<br />(defun c:purgee ()<br />(command "qsave")<br />(command "clayer" "0" "purge" "a" "*" "n")<br />(command "qsave")<br />(vlax-for n (vla-get-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vla-get-activedocument (vlax-get-acad-object))) (vl-catch-all-apply 'vla-delete (list n)))<br />(command "qsave")<br />(vlax-for n (vla-get-layers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vla-get-activedocument (vlax-get-acad-object))) (vl-catch-all-apply 'vla-delete (list n)))<br />(command "qsave")<br />(vlax-for n (vla-get-linetypes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vla-get-activedocument (vlax-get-acad-object))) (vl-catch-all-apply 'vla-delete (list n)))<br />(command "qsave")<br />(vlax-for n (vla-get-textstyles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(vla-get-activedocument (vlax-get-acad-object))) (vl-catch-all-apply 'vla-delete (list n)))<br />(command "qsave")<br />(vlax-for n (vla-get-registeredapplications (vla-get-activedocument (vlax-get-acad-object))) (vl-catch-all-apply 'vla-delete (list n)))<br />(command "qsave")<br />(command "audit" "Y" )<br />(command "qsave")<br />(command "clayer" "0" "purge" "a" "*" "n")<br />(command "qsave")<br />(princ)<br />)<br /><br /><br /><br />]]>
   </description>
   <pubDate>Tue, 12 May 2015 08:29:06 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29735&amp;title=help-with-a-heavy-file#29735</guid>
  </item> 
  <item>
   <title><![CDATA[Help with a heavy file : Hey Bro,in AutoCAD 2015 use the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29734&amp;title=help-with-a-heavy-file#29734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=534333">ktahameed</a><br /><strong>Subject:</strong> 11163<br /><strong>Posted:</strong> 12.May.2015 at 06:54<br /><br />Hey Bro,<div>in AutoCAD 2015 &nbsp;use the PURGE command. Be sure to enable the checkbox labeled "Automatically purge orphaned data." For AutoCAD 2012, 2013, and 2014, there is the DGN Hotfix. then use audit command.</div><div><div>or&nbsp;<span style="line-height: 1.4;">DXFOUT the full file.</span></div><div>In a new file DXFIN the file created in previous step.</div><div>After importing the DXF, generate a new DXF file (DXFOUT).</div><div>In a new file DXFIN the file created in previous step.</div><div>Purge all.</div><div>Save the file.</div></div>]]>
   </description>
   <pubDate>Tue, 12 May 2015 06:54:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29734&amp;title=help-with-a-heavy-file#29734</guid>
  </item> 
  <item>
   <title><![CDATA[Help with a heavy file :  Please help with this, I received...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29733&amp;title=help-with-a-heavy-file#29733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=4476">jmontesmx</a><br /><strong>Subject:</strong> 11163<br /><strong>Posted:</strong> 12.May.2015 at 03:12<br /><br />Please help with this, I received a file so heavy, all the layers was deleted but anyway the file continue so heavy , could somebody&nbsp; tell me what can i do, I will apreciatte all your help.]]>
   </description>
   <pubDate>Tue, 12 May 2015 03:12:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11163&amp;PID=29733&amp;title=help-with-a-heavy-file#29733</guid>
  </item> 
 </channel>
</rss>