<?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 Re: Rotate Pages of PDF using AUTOCAD vba in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301600#M18939</link>
    <description>I am having this same problem... but I can't figure out how to create a pc3 file for PDFCreator so I can change the paper dimensions.  Can someone please explain how you would do this??

Edited by: ChristinaSeay on May 8, 2009 1:28 PM</description>
    <pubDate>Fri, 08 May 2009 13:28:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-08T13:28:40Z</dc:date>
    <item>
      <title>Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301590#M18929</link>
      <description>hi&lt;BR /&gt;
Can anyone help me how to rotate pages of PDF using vba programming.Which dll controls PDF documents.&lt;BR /&gt;
&lt;BR /&gt;
Please anyone help me...&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
Divya</description>
      <pubDate>Thu, 17 Jul 2008 11:27:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301590#M18929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-17T11:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301591#M18930</link>
      <description>If these are existing PDF's you won't be able to do it without having some sort of a pdf writer like Adobe. If you're printing pdfs in your code and they come out rotated, then you need to get the orientation right before making them.&lt;BR /&gt;
&lt;BR /&gt;
Viktor.</description>
      <pubDate>Thu, 17 Jul 2008 23:09:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301591#M18930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-17T23:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301592#M18931</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Actually i have done a code which creates of given layouts list.this creates each layout in individual PDF.I have inserted all layouts to one.even though my layouts are in landscape orientation it creates PDFs in Portrait orientation.So i would like to know how to rotate pages by the same time when i create it.&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Fri, 18 Jul 2008 06:12:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301592#M18931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-18T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301593#M18932</link>
      <description>Are you doing something like this in your code:&lt;BR /&gt;
&lt;BR /&gt;
ThisDrawing.ActiveLayout.PlotRotation = ac0degrees</description>
      <pubDate>Fri, 18 Jul 2008 13:24:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301593#M18932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-18T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301594#M18933</link>
      <description>No.i m not doing anything like this.i want pdf page rotation.could u plz help me..&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Sat, 19 Jul 2008 03:44:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301594#M18933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-19T03:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301595#M18934</link>
      <description>I am looking for this same answer and wondering if there is any new takers. &lt;BR /&gt;
&lt;BR /&gt;
How do you pick either "Landscaping" or "Portrait" in VBA? &lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 06 Feb 2009 14:28:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301595#M18934</guid>
      <dc:creator>hanchris</dc:creator>
      <dc:date>2009-02-06T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301596#M18935</link>
      <description>In the Pc3 file for the Adobe Printer. You need to Set the custom size for each sheet. &lt;BR /&gt;
&lt;BR /&gt;
You will need to go into the custom settings and click on the advanced button at the bottom. &lt;BR /&gt;
&lt;BR /&gt;
I do this by setting PostScript Custom Paper Sizes to the Opposite. &lt;BR /&gt;
&lt;BR /&gt;
Say the Drawing is 11x17. Change the Setting to 17X11 and then set the Orientation to Landscape. &lt;BR /&gt;
&lt;BR /&gt;
Make Sure that in Filter paper Sizes only PostScript Custom Page Size is checked. &lt;BR /&gt;
&lt;BR /&gt;
Then your drawing will come out rotated correctly.</description>
      <pubDate>Fri, 06 Feb 2009 15:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301596#M18935</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2009-02-06T15:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301597#M18936</link>
      <description>We use a network Post Script printer (there is a whole other issue with the .pc3 file that I mention in the Printing forum). We still have a custom setting; but does this mean we have to do it, for every computer that uses this macro? &lt;BR /&gt;
&lt;BR /&gt;
I guess we have no choice; but in a way it sort of seems like there has to be a way in code to do it since you can change pretty much every other print setting, through VBA.&lt;BR /&gt;
&lt;BR /&gt;
Just thinking out loud here, if we set up a Page Seup can we then call it and just re-update the Window coordinate, in VAB, and the rest of the settings will remain the same? (If I do not here back, then I may end up replying to my own post once I have the answer.)</description>
      <pubDate>Fri, 06 Feb 2009 18:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301597#M18936</guid>
      <dc:creator>hanchris</dc:creator>
      <dc:date>2009-02-06T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301598#M18937</link>
      <description>Well, as I am sure it is quite obvious to everyone here; but yes you can call a page setup and then change every other style. I created a page setup called "Portrait" and then set another page setup as the current. I then ran the following code and my drawing came out perfectly. &lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
Dim psPortrait As AcadPlotConfiguration&lt;BR /&gt;
Set psPortrait = ThisDrawing.PlotConfigurations.Add("Portrait")&lt;BR /&gt;
ThisDrawing.ActiveLayout.CopyFrom psPortrait&lt;BR /&gt;
&lt;BR /&gt;
{code}&lt;BR /&gt;
&lt;BR /&gt;
I guess I can now create a file with these in it and call it to import page setups, which I am good at...well in LISP. &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt; &lt;BR /&gt;
&lt;BR /&gt;
Thanks for getting the juices moving.</description>
      <pubDate>Fri, 06 Feb 2009 20:07:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301598#M18937</guid>
      <dc:creator>hanchris</dc:creator>
      <dc:date>2009-02-06T20:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301599#M18938</link>
      <description>I've had issues with the drawing where it prints landscape but shows the drawing on it's side.&lt;BR /&gt;
&lt;BR /&gt;
Setting the view seems to only affect it's local orientation and not the final PDF file orientation.&lt;BR /&gt;
&lt;BR /&gt;
Setting the pc3 file seems to be the only reliable situation. &lt;BR /&gt;
&lt;BR /&gt;
I had to set pc3 files on every machine&lt;BR /&gt;
&lt;BR /&gt;
Adobe 11x17&lt;BR /&gt;
Adobe 24x36&lt;BR /&gt;
Adobe 36x48 .....&lt;BR /&gt;
&lt;BR /&gt;
Then have my code use those pc3 files in the configuration. &lt;BR /&gt;
&lt;BR /&gt;
as this is my own experience, I know other haven't had this issue.</description>
      <pubDate>Fri, 06 Feb 2009 20:51:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301599#M18938</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2009-02-06T20:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate Pages of PDF using AUTOCAD vba</title>
      <link>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301600#M18939</link>
      <description>I am having this same problem... but I can't figure out how to create a pc3 file for PDFCreator so I can change the paper dimensions.  Can someone please explain how you would do this??

Edited by: ChristinaSeay on May 8, 2009 1:28 PM</description>
      <pubDate>Fri, 08 May 2009 13:28:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/rotate-pages-of-pdf-using-autocad-vba/m-p/2301600#M18939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-08T13:28:40Z</dc:date>
    </item>
  </channel>
</rss>

