<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ptfreed&#039;s blog</title>
 <link>http://www.oehive.org/blog/3687</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>page_rotate</title>
 <link>http://www.oehive.org/node/1891</link>
 <description>&lt;p&gt;There is a section in the pdf_definition procedure in which the page rotation is hard-coded to zero:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
PUT STREAM S_pdf_inc UNFORMATTED&lt;br /&gt;
      &quot;/Rotate 0&quot; {&amp;amp;pdfSKIP}.&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m not sure why a page rotation of 0 was hard-coded.  This small change makes page rotation work:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
PUT STREAM S_pdf_inc UNFORMATTED&lt;br /&gt;
      &quot;/Rotate &quot; TT_pdf_page.page_rotate {&amp;amp;pdfSKIP}.&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Anyone know why this feature was disabled in the first place?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/pdfinclude&quot; class=&quot;og_links&quot;&gt;PDF Include&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1891#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/887">page</category>
 <category domain="http://www.oehive.org/taxonomy/term/889">page_rotate</category>
 <category domain="http://www.oehive.org/taxonomy/term/888">rotate</category>
 <group domain="http://www.oehive.org/pdfinclude">PDF Include</group>
 <pubDate>Tue, 28 Dec 2010 16:47:55 +0000</pubDate>
 <dc:creator>ptfreed</dc:creator>
 <guid isPermaLink="false">1891 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
