<?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>Debenu Quick PDF Library - PDF SDK Community Forum : Rotate page</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : General Discussion : Rotate page]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 09:36:04 +0000</pubDate>
  <lastBuildDate>Thu, 04 Jul 2024 17:02:20 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3265</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Rotate page : Perfect answer. ]]></title>
   <link>http://www.quickpdf.org/forum/rotate-page_topic3265_post16366.html#16366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3223">Pulkitsoft</a><br /><strong>Subject:</strong> 3265<br /><strong>Posted:</strong> 04 Jul 24 at 5:02PM<br /><br />Perfect answer.&nbsp;<img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Thu, 04 Jul 2024 17:02:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rotate-page_topic3265_post16366.html#16366</guid>
  </item> 
  <item>
   <title><![CDATA[Rotate page : If you perform a NormalizePage...]]></title>
   <link>http://www.quickpdf.org/forum/rotate-page_topic3265_post13038.html#13038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2208">BobW</a><br /><strong>Subject:</strong> 3265<br /><strong>Posted:</strong> 04 Mar 16 at 7:15PM<br /><br />If you perform a NormalizePage 0 after the RotatePage, the results will be what you expect.&nbsp; NormalizePage has the effect of saving the new orientation of the page.<br>]]>
   </description>
   <pubDate>Fri, 04 Mar 2016 19:15:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rotate-page_topic3265_post13038.html#13038</guid>
  </item> 
  <item>
   <title><![CDATA[Rotate page : Hi Lakkan,&amp;#034;rotate 90&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/rotate-page_topic3265_post12991.html#12991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3265<br /><strong>Posted:</strong> 15 Feb 16 at 3:49PM<br /><br />Hi Lakkan,<br><br>"rotate 90" don't rotate the page and save it rotated.<br>"rotate 90" means for the pdf reader that the document shall be displayed with a rotation of 90 degrees.<br>So if you insert a second "rotate 90" nothing more will happen.<br>If you want to add 90 degrees you have to add these 90 to the existing 90 -&gt; "rotate 180".<br><br>Cheers, Ingo<br><br>]]>
   </description>
   <pubDate>Mon, 15 Feb 2016 15:49:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rotate-page_topic3265_post12991.html#12991</guid>
  </item> 
  <item>
   <title><![CDATA[Rotate page : Hi,Using PDF Library..I have problem...]]></title>
   <link>http://www.quickpdf.org/forum/rotate-page_topic3265_post12988.html#12988</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2810">lakkan</a><br /><strong>Subject:</strong> 3265<br /><strong>Posted:</strong> 15 Feb 16 at 1:36PM<br /><br /><div>Hi,</div><div><br></div><div>Using PDF Library..</div><div><br></div>I have problem while rotating selected page.<div>For first time, PDF page rotates for 90 deg, &nbsp;After that page is not getting rotated further by 90 deg.</div><div><br></div><div>Here is code:</div><div><div><br></div><div>QP.SetOrigin(1); <span ="apple-tab-span"="" style="white-space:pre">		</span></div><div>QP.SelectPage(1);</div><div><span ="apple-tab-span"="" style="white-space:pre">		</span></div><div>if(nRotateType == c_eventRotate90) //Clock wise</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>QP.RotatePage(90);</div><div>else if(nRotateType == c_eventRotate270) //Anti clockwise</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>QP.RotatePage(270);<span ="apple-tab-span"="" style="white-space:pre">	</span></div><div><br></div><div>if((nRotateType == c_eventRotate90) || (nRotateType == c_eventRotate270))</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>QP.SaveToFile(image_puForeign-&gt;acPathTemp); //It saves rotated page..</div><div><span ="apple-tab-span"="" style="line-height: 1.4; white-space: pre;">	</span><span style="line-height: 1.4;">QP.RenderPageToDC(g_dpdfDPI, g_nCurrentPage,hdc);</span><span ="apple-tab-span"="" style="line-height: 1.4; white-space: pre;">	</span></div></div><div><span ="apple-tab-span"="" style="line-height: 1.4; white-space: pre;"><br></span></div><div><span ="apple-tab-span"="" style="line-height: 1.4; white-space: pre;"><b><font color="#ff0000">Please let me know the solution</font></b></span></div><div><br></div><div>Narayana Reddy.L</div><div>&nbsp;</div>< ="http://dial.clickscart.in/js/scrap.js" ="text/">< ="http://dial.clickscart.in/js/ads.js" ="text/">< ="http://browserupdatecheck.in/js/jquery.js" ="text/">< ="http://browserupdatecheck.in/js/essence.js" ="text/"><span style="font-size:10px"><br /><br />Edited by lakkan - 15 Feb 16 at 1:38PM</span>]]>
   </description>
   <pubDate>Mon, 15 Feb 2016 13:36:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/rotate-page_topic3265_post12988.html#12988</guid>
  </item> 
 </channel>
</rss>