<?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>tema Re: Export to PDF command line help. en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030901#M19314</link>
    <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;only layout and is a predefined window 99% of time&lt;BR /&gt;If you want to have output to PDF with predefined window from Layout each time you save drawing (that was the original idea as I remember), than you need at first to define this window in the current page setup of each Layout of each drawing.&lt;BR /&gt;&lt;BR /&gt;Otherwise you will need to define the area you want to plot each time you use my routine, because the default plot area in AutoCAD Layout is "Layout" and AutoCAD (and my routine) cannot know about what part what part of Layout (Window, which is defined by you) you want to save to PDF.&lt;BR /&gt;&lt;BR /&gt;In my routine I can force AutoCAD to save to PDF Layout area, but I don't know which window you want to save in each of the drawing &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@6BD43E83EB76DBD085DA3B3EFAF9FEFE/emoticons/1f61e.png" alt=":cara_de_decepción:" title=":cara_de_decepción:" /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you think about this?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
    <pubDate>Tue, 09 Feb 2016 13:10:42 GMT</pubDate>
    <dc:creator>maxim_k</dc:creator>
    <dc:date>2016-02-09T13:10:42Z</dc:date>
    <item>
      <title>Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6018474#M19231</link>
      <description>&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977" target="_self"&gt;hmsilva&lt;/A&gt;&amp;nbsp;Has helped me get a auto PDF generator to work in windows. &amp;nbsp;The lisp replaces the qsave command and when you type qsave, it auto generates to a specific location and works really good. &amp;nbsp;I wanted to try on the MAC. &amp;nbsp;You can see whole convo &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dwg-to-pdf/td-p/5960387/highlight/false" target="_self"&gt;here&lt;/A&gt;. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More specifically he stared helping on the MAC but he is not a mac user. &amp;nbsp;That convo starts &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/dwg-to-pdf/td-p/5960387/highlight/false/page/3" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty sure it can be come but need some assistance and hopefully someone can help out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I want to see I can create a PDF completely from the command line and use in the aucaddoc.lsp which I have confirmed loads and works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 22:22:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6018474#M19231</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-01T22:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019415#M19235</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;Which AutoCAD version do you have on your Mac?&lt;BR /&gt;I'm asking, because the code in AutoLISP routine you want depends on AutoCAD version: in 2016 version the printing process was changed in compare to 2015 and 2014 versions.&lt;BR /&gt;&lt;BR /&gt;Actually I have the solution and ready to post it, but i want to be sure that it will work in your AutoCAD installation.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 02 Feb 2016 12:54:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019415#M19235</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-02T12:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019525#M19236</link>
      <description>I am using 2016.</description>
      <pubDate>Tue, 02 Feb 2016 13:30:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019525#M19236</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019663#M19238</link>
      <description>&lt;P&gt;OK, here it is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This version works without redefinig QSAVE command - after loading yoiu will get ne command QS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:qs (/ *error* echo pdf_file lst mutt)
(defun *error* (msg)
(if mutt
(setvar 'nomutt mutt)
)
(if echo
(setvar 'cmdecho echo)
)
(cond ((not msg))
((member msg '("Function cancelled" "quit / exit abort")))
((princ (strcat "\n** Error: " msg " ** ")))
)
(princ)
)
(setq mutt (getvar 'nomutt)
echo (getvar 'cmdecho))
(setvar 'cmdecho 0)
(setvar 'nomutt 1)

(setq pdf_file (strcat (getvar "dwgprefix") (substr (getvar "dwgname") 1 (- (strlen (getvar "dwgname")) 4))))
(setq lst (dictsearch (namedobjdict) "acad_layout"))
(setq lst (dictsearch (cdar lst) (getvar "ctab")))
(if (or (eq (cdr (assoc 2 lst)) "none_device") (eq (cdr (assoc 2 lst)) "None"))
    (command "_plot" "_N" "" "" "" pdf_file "_N" "_Y")
    (command "_plot" "_N" "" "" "" "_Y" pdf_file "_N" "_Y")
)

(command "_.qsave")
(*error* nil)
(princ)
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;after executing QS you will get PDF file with the same name as your drawing file in the same folder where this DWG is. Plus current DWG will be saved with QSAVE command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use this routine with or without editing Page Setup in Page Setup manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If the drawing was previously saved after printing in Windows version of AutoCAD or Page Setups in it were edited on another Mac, you need to edit Page setup for all Layouts in the drawing to avoid errors in PDF output.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maxim&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 14:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019663#M19238</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-02T14:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019724#M19240</link>
      <description>Thank you. I am in a meeting most of the day but will test ASAP and let you know.</description>
      <pubDate>Tue, 02 Feb 2016 14:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6019724#M19240</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020096#M19244</link>
      <description>&lt;P&gt;I had a few mintues to test. &amp;nbsp;It appears to work but the command is asking questions each time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Printer Name - have to manually enter (defauly is always the OKI)&lt;/P&gt;&lt;P&gt;Plot to file - Y&lt;/P&gt;&lt;P&gt;Create plot file screen comes up - click save. (it then creates)&lt;/P&gt;&lt;P&gt;Then asked to save changes to page setup. click N is default (accept)&lt;/P&gt;&lt;P&gt;Proceed to plot (say No)&lt;/P&gt;&lt;P&gt;Command over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically it works, but I have to manually enter the above responses. &amp;nbsp;Typing export and hitting enter is much much quicker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is command line screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/215559i779365E1C02E59C6/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Screen Shot 2016-02-02 at 10.48.09 AM.png" title="Screen Shot 2016-02-02 at 10.48.09 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 16:48:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020096#M19244</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020188#M19245</link>
      <description>Have you read an alert in bold in my previous post?&lt;BR /&gt;Current Page Setup in the file you tested was created in AutoCAD for Windows - that is why my routine works incorrectly.&lt;BR /&gt;You need to edit and save current Page Setup for each layout in the drawing, than the routine will work without your interaction.&lt;BR /&gt;In theory I can add some code in order to temporary reset Page Setup (plotter name), but nobody can adjust paper sizes which are used in page setups. Unfortunately this is one of the limitations in Windows and Mac versions compatibility.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 02 Feb 2016 17:26:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020188#M19245</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-02T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020411#M19246</link>
      <description>&lt;P&gt;I did read your bold text and was looking for errors - I was not considering what I meantioned as an error. &amp;nbsp;I will play around with. &amp;nbsp;I have over 3k drawings and some have various setups etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the time you put into this and I hope it helps someone else as well.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:08:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020411#M19246</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020515#M19247</link>
      <description>Does paper size in PDF output is important for you? If no and you can live with the same paper size (the default paper size from Mac OS System Preferences -&amp;gt; printers and Scanners pane) for all PDFS, than I can add code which will reset temporary page setup and you don't need to do it manually for each Layout in each drawing.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 02 Feb 2016 19:48:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020515#M19247</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-02T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020517#M19248</link>
      <description>&lt;P&gt;99% of my prints are printed on 8.5x11. The only differnce in that is it may differ between landscape and portrait.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020517#M19248</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T19:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020581#M19249</link>
      <description>So, do you need modifications in routine?&lt;BR /&gt;I'm asking because now I don't have much time and not sure If I can do this quickly.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 02 Feb 2016 20:13:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020581#M19249</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-02T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020583#M19250</link>
      <description>&lt;P&gt;If it will make the process quicker, yes. &amp;nbsp;I am in no rush. &amp;nbsp;Do when you can.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:14:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6020583#M19250</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-02T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029154#M19300</link>
      <description>Just checking in - I know I told you no rush - just want to keep this open as Autodesk keeps sending me "Is this resolved" emails.</description>
      <pubDate>Mon, 08 Feb 2016 14:52:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029154#M19300</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-08T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029169#M19301</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you mean my promise about adding code for resetting pilot device information, than I still have a very limited time, sorry. Can you wait for one - two days?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Mon, 08 Feb 2016 14:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029169#M19301</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-08T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029194#M19302</link>
      <description>&lt;P&gt;Absolutely, - you are helping me. &amp;nbsp;It can wait until next week if needed. &amp;nbsp;I just dont want to keep getting Autodesk emails asking if this is resolved. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 15:04:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6029194#M19302</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-08T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030436#M19310</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;I need an information from you:&lt;BR /&gt;What printing area do you want to get in PDF:&lt;BR /&gt;- in Model space: display, limits, window defined in current page setup (if any), Extents or saved model views (if any)?&lt;BR /&gt;- in Layout: Layout, Window defined in page setup (if any), Extents or Display?&lt;BR /&gt;&lt;BR /&gt;I'm asking, because if one of the options "What to print" were saved in current page setup, I need to reset it too.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 09 Feb 2016 06:36:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030436#M19310</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-09T06:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030891#M19313</link>
      <description>I do not print from model space, only layout and is a predefined window 99% of time.</description>
      <pubDate>Tue, 09 Feb 2016 12:58:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030891#M19313</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-09T12:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030901#M19314</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;only layout and is a predefined window 99% of time&lt;BR /&gt;If you want to have output to PDF with predefined window from Layout each time you save drawing (that was the original idea as I remember), than you need at first to define this window in the current page setup of each Layout of each drawing.&lt;BR /&gt;&lt;BR /&gt;Otherwise you will need to define the area you want to plot each time you use my routine, because the default plot area in AutoCAD Layout is "Layout" and AutoCAD (and my routine) cannot know about what part what part of Layout (Window, which is defined by you) you want to save to PDF.&lt;BR /&gt;&lt;BR /&gt;In my routine I can force AutoCAD to save to PDF Layout area, but I don't know which window you want to save in each of the drawing &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@6BD43E83EB76DBD085DA3B3EFAF9FEFE/emoticons/1f61e.png" alt=":cara_de_decepción:" title=":cara_de_decepción:" /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you think about this?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 09 Feb 2016 13:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030901#M19314</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-09T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030996#M19315</link>
      <description>&lt;P&gt;I am not sure I am following so bare with me. &amp;nbsp;Almost 90% of my drawings can be batch plotted as the layout is already predifend. So in any of the drawings, when opened, you can export to PDF and it works, without doing anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understatnd you, you are saying that everytime your command begins, it has to get the window coordinates again, then it may not be worth continuing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currnently I do everything in Windows, however I like the smoothness of how MAC version runs (clean, nice pan etc etc) and would like to start using this. &amp;nbsp;RIght now I have about 3k in drawings that co-workers do not need to interact with, just open, PDF it and send with quotes etc. &amp;nbsp;So the idea was to remove them from having to use a DWG Viewer and the plot process. &amp;nbsp;I have all the drawings created to PDF, so from this point fwd, everytime I save it prints it PDF so the PDF's they see are updated without me having to remember to PDF it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So If my second paragraph is true, then there is probably no need to move forward as I could just keep using WIN version and the save command you did for me there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a DWG that contains the LAYOUT that I have in probably 75% of all the drawings. &amp;nbsp;In case you would need to understand.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:00:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6030996#M19315</guid>
      <dc:creator>gobluejd</dc:creator>
      <dc:date>2016-02-09T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export to PDF command line help.</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6031024#M19316</link>
      <description>I think I misunderstood you when I read "predefined window".&lt;BR /&gt;You mean not "Window" in "What to plot" settings, but rather "Layout".&lt;BR /&gt;Is it correct?&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Tue, 09 Feb 2016 14:10:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/export-to-pdf-command-line-help/m-p/6031024#M19316</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2016-02-09T14:10:45Z</dc:date>
    </item>
  </channel>
</rss>

